Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv954
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.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** common.php 18 Sep 2002 23:41:18 -0000 1.9
--- common.php 19 Sep 2002 16:43:18 -0000 1.10
***************
*** 48,52 ****
// uncomment the following lines to show all warning messages (for debug)
! if ( $xoopsConfig['debug_mode'] == 1 ) {
error_reporting(E_ALL);
}
--- 48,52 ----
// uncomment the following lines to show all warning messages (for debug)
! if ( $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
}
|