From 96b1b59739f8c572ae3d5206bf34b11ad045406e Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 23:27:34 +0000 Subject: [PATCH] I realy need to update my branch :-( git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3271 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index 34b041d4..c1131462 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -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 ) { -- 2.25.1