From: tokul Date: Sun, 29 May 2005 08:36:49 +0000 (+0000) Subject: moving search functions to separate section in phpdoc. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3f294f60bcba28e2d9d628eae79a38d441af5f2a;p=squirrelmail.git moving search functions to separate section in phpdoc. using include_once instead of require_once. files might be already loaded in validate.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9472 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/search.php b/src/search.php index a4862adb..4401c3ea 100644 --- a/src/search.php +++ b/src/search.php @@ -12,6 +12,7 @@ * * @version $Id$ * @package squirrelmail + * @subpackage search * @link http://www.ietf.org/rfc/rfc3501.txt * @author Alex Lemaresquier - Brainstorm - alex at brainstorm.fr */ @@ -25,12 +26,12 @@ define('SM_PATH','../'); /** SquirrelMail required files. */ require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/strings.php'); -require_once(SM_PATH . 'functions/imap_asearch.php'); -require_once(SM_PATH . 'functions/imap_mailbox.php'); -require_once(SM_PATH . 'functions/imap_messages.php'); -require_once(SM_PATH . 'functions/mime.php'); -require_once(SM_PATH . 'functions/mailbox_display.php'); //getButton()... +include_once(SM_PATH . 'functions/strings.php'); +include_once(SM_PATH . 'functions/imap_asearch.php'); +include_once(SM_PATH . 'functions/imap_mailbox.php'); +include_once(SM_PATH . 'functions/imap_messages.php'); +include_once(SM_PATH . 'functions/mime.php'); +include_once(SM_PATH . 'functions/mailbox_display.php'); //getButton()... include_once(SM_PATH . 'class/template/template.class.php'); /** Prefs array ordinals. Must match $recent_prefkeys and $saved_prefkeys