X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_search_html.php;h=5a6a98340dbbdd56f59bfe8ba836d1f97781ff64;hb=8a72feecf6e822ae5f9be226dea96685a878e26c;hp=d64e8b52a932c56206db0342d8b2b7a8abc448d5;hpb=c435f076fe6b5b58e09ae19a8e216f37b069d802;p=squirrelmail.git diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index d64e8b52..5a6a9834 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -3,7 +3,7 @@ /** * addrbook_search_html.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Handle addressbook searching with pure html. @@ -173,6 +173,11 @@ if ($compose_new_win == '1') { else { displayPageHeader($color, $mailbox); } + +/** set correct value of $default_charset */ +global $default_charset; +set_my_charset(); + /* Initialize addressbook */ $abook = addressbook_init();