phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware header.inc.php.template


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgroupware header.inc.php.template
Date: Fri, 13 Apr 2007 07:49:12 +0000

CVSROOT:        /sources/phpgroupware
Module name:    phpgroupware
Changes by:     Sigurd Nes <sigurdne>   07/04/13 07:49:12

Modified files:
        .              : header.inc.php.template 

Log message:
        This one should fix the IE-problem recognizing charset

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/header.inc.php.template?cvsroot=phpgroupware&r1=1.52&r2=1.53

Patches:
Index: header.inc.php.template
===================================================================
RCS file: /sources/phpgroupware/phpgroupware/header.inc.php.template,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- header.inc.php.template     14 Feb 2007 04:24:41 -0000      1.52
+++ header.inc.php.template     13 Apr 2007 07:49:12 -0000      1.53
@@ -9,7 +9,7 @@
        * @copyright Copyright (C) 2000-2006 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: header.inc.php.template,v 1.52 2007/02/14 04:24:41 
skwashd Exp $
+       * @version $Id: header.inc.php.template,v 1.53 2007/04/13 07:49:12 
sigurdne Exp $
        */
 
        // 
**************************************************************************
@@ -108,6 +108,9 @@
        */
        $GLOBALS['phpgw_info']['server']['mcrypt_iv'] = '{MCRYPT_IV}';
 
+       // This one should fix the IE-problem recognizing charset.
+       header("Content-Type: text/html;charset=utf-8");
+
        // If you want phpGroupWare to be cached by proxy servers, uncomment 
the following
        // This is NOT recommended, but phpGroupWare should still work fine.
        if(!isset($GLOBALS['phpgw_info']['flags']['nocachecontrol']) || 
!$GLOBALS['phpgw_info']['flags']['nocachecontrol'] == True)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]