X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddressbook.php;h=4789080d9729ece60381f5e63ea00a91066f8d52;hp=8201f4c92431db5c76c515ff0c82d2e7b69d3fb2;hb=d4e84069d1d9af8760b8e858672d3ea3d4eac8b0;hpb=8df1b65b3b58936dfe1bd9671edc05f0e7fc038e diff --git a/src/addressbook.php b/src/addressbook.php index 8201f4c9..4789080d 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -12,7 +12,6 @@ include('../src/validate.php'); include('../functions/array.php'); - include('../functions/page_header.php'); include('../functions/display_messages.php'); include('../functions/addressbook.php'); @@ -76,8 +75,6 @@ } - include('../src/load_prefs.php'); - // Open addressbook, with error messages on but without LDAP (the // second "true"). Don't need LDAP here anyway $abook = addressbook_init(true, true);