- tweaked search functions
[squirrelmail.git] / src / addrbook_search_html.php
index 11bc94e138803a08d63bc3a62bbd7064110f9381..0c5bc0b68ff8d7572bc56d3940f9ea66e801c9cf 100644 (file)
@@ -2,13 +2,16 @@
    /**
     **  addrbook_search.php
     **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
     **  Handle addressbook searching with pure html. 
+    ** 
     **  This file is included from compose.php 
     **
     **  NOTE: A lot of this code is similar to the code in
     **        addrbook_search.html -- If you change one, change
     **        the other one too!
-    ** 
     **/
 
    session_start();
       include("../config/config.php");
    if (!isset($strings_php))
       include("../functions/strings.php");
+   if (!isset($auth_php))
+      include("../functions/auth.php");
    if (!isset($page_header_php))
       include("../functions/page_header.php");
-   if (!isset($imap_php))
-      include("../functions/imap.php");
    if (!isset($date_php))
       include("../functions/date.php");
-   if (!isset($mime_php))
-      include("../functions/mime.php");
    if (!isset($smtp_php))
       include("../functions/smtp.php");
    if (!isset($display_messages_php))
@@ -34,7 +35,6 @@
 
    include("../src/load_prefs.php");
 
-
    // Insert hidden data
    function addr_insert_hidden() {
       global $body, $subject, $send_to, $send_to_cc, $send_to_bcc;