* Moved load_prefs.php and display_page.php (or whatever it is called) into
[squirrelmail.git] / src / addressbook.php
index 8201f4c92431db5c76c515ff0c82d2e7b69d3fb2..4789080d9729ece60381f5e63ea00a91066f8d52 100644 (file)
@@ -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);