updating strings
[squirrelmail.git] / src / addrbook_search_html.php
index e8faf646111a4b7d1016bab100f9c220156f3314..5a6a98340dbbdd56f59bfe8ba836d1f97781ff64 100644 (file)
@@ -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();