Update of /cvsroot/xoops/xoops-current/html/modules/system/cache
In directory usw-pr-cvs1:/tmp/cvs-serv18160
Modified Files:
config.php
Log Message:
no message
Index: config.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/system/cache/config.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config.php 18 Sep 2002 23:28:31 -0000 1.5
--- config.php 18 Sep 2002 23:43:29 -0000 1.6
***************
*** 74,78 ****
// Enable debug mode? (Turn this on to display all SQL errors for debug only. A running website should have this turned off.) (1=Yes 0=No)
! $xoopsConfig['debug_mode'] = 0;
// Default Comment Display Mode (0=No Comments flat=Flat thread=Threaded)
--- 74,78 ----
// Enable debug mode? (Turn this on to display all SQL errors for debug only. A running website should have this turned off.) (1=Yes 0=No)
! $xoopsConfig['debug_mode'] = 1;
// Default Comment Display Mode (0=No Comments flat=Flat thread=Threaded)
|