phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc functions.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc functions.inc.php
Date: Wed, 07 Feb 2007 13:43:22 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/02/07 13:43:22

Modified files:
        inc            : functions.inc.php 

Log message:
        error_reporting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/functions.inc.php?cvsroot=phpgwapi&r1=1.214&r2=1.215

Patches:
Index: functions.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -b -r1.214 -r1.215
--- functions.inc.php   7 Feb 2007 12:17:28 -0000       1.214
+++ functions.inc.php   7 Feb 2007 13:43:22 -0000       1.215
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: functions.inc.php,v 1.214 2007/02/07 12:17:28 sigurdne 
Exp $
+       * @version $Id: functions.inc.php,v 1.215 2007/02/07 13:43:22 sigurdne 
Exp $
        */
        
        
@@ -290,6 +290,10 @@
        {
                set_error_handler('phpgw_handle_error');
        }
+       else
+       {
+               error_reporting(E_ERROR | E_WARNING | E_PARSE);
+       }
 
        function clean_vars($vars, $safe_redirect = True)
        {




reply via email to

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