From: <on...@us...> - 2002-09-18 23:28:36
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/cache In directory usw-pr-cvs1:/tmp/cvs-serv14717 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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.php 23 Aug 2002 05:18:29 -0000 1.4 --- config.php 18 Sep 2002 23:28:31 -0000 1.5 *************** *** 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) --- 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) |