Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv4493
Modified Files:
common.php
Log Message:
no message
Index: common.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/common.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** common.php 18 Sep 2002 11:01:21 -0000 1.7
--- common.php 18 Sep 2002 11:39:42 -0000 1.8
***************
*** 48,54 ****
// uncomment the following lines to show all warning messages (for debug)
! //if ( $xoopsConfig['debug_mode'] == 1 ) {
! error_reporting (2039);
! //}
set_magic_quotes_runtime(0);
// #################### Include global config files ##################
--- 48,54 ----
// uncomment the following lines to show all warning messages (for debug)
! if ( $xoopsConfig['debug_mode'] == 1 ) {
! error_reporting(E_ALL);
! }
set_magic_quotes_runtime(0);
// #################### Include global config files ##################
|