X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_search.php;h=14a2f477599c7b45e644a692f5f3b73ce4933b20;hb=b77cbccc458eb069474c7a114c4bfe7b30aabb07;hp=a403ca7461f175a12fabf1e595e3449466c98bd0;hpb=3f92c0c765f985bbdf09b511f2e6289b5a506d1f;p=squirrelmail.git diff --git a/src/addrbook_search.php b/src/addrbook_search.php index a403ca74..14a2f477 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -8,13 +8,16 @@ * addrbook_search_html.html -- If you change one, * change the other one too! * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage addressbook */ +/** This is the addrbook_search page */ +define('PAGE_NAME', 'addrbook_search'); + /** * Include the SquirrelMail initialization file. */ @@ -63,7 +66,6 @@ displayHtmlHeader(); echo "\n"; /** set correct value of $default_charset */ -global $default_charset; set_my_charset(); /* Empty search */ @@ -79,7 +81,7 @@ $abook = addressbook_init($showerr); /* Create search form (top frame) */ if ($show == 'form' && ! isset($listall)) { - echo "
\n"; + echo "\n"; $oTemplate->assign('use_js', true); $oTemplate->assign('backends', getBackends()); @@ -140,4 +142,3 @@ if ($show == 'form' && ! isset($listall)) { } $oTemplate->display('footer.tpl'); -?> \ No newline at end of file