I realy need to update my branch :-(
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Aug 2002 23:27:34 +0000 (23:27 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Aug 2002 23:27:34 +0000 (23:27 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3271 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index 34b041d4c39dac8bc6e2c5e1892d98ae5560c2ac..c1131462ab0e6c7064e4d641cdc111a591431bad 100644 (file)
@@ -12,9 +12,9 @@
  */
 
 require_once('../functions/strings.php');
-//require_once('../functions/imap_utf7_decode_local.php');
+require_once('../functions/imap_utf7_decode_local.php');
 require_once('../functions/html.php');
-require_once('../functions/imap_mailbox.php');
+//require_once('../functions/imap_mailbox.php');
 /* Always set up the language before calling these functions */
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {