From: <on...@us...> - 2002-09-18 20:02:03
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv6893 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** header.php 18 Sep 2002 12:38:10 -0000 1.6 --- header.php 18 Sep 2002 20:02:00 -0000 1.7 *************** *** 46,50 **** $xoopsTpl = new XoopsTpl(); $xoopsTpl->setCaching(2); ! if ($xoopsConfig['debug']) { $xoopsTpl->setDebugging(true); } --- 46,50 ---- $xoopsTpl = new XoopsTpl(); $xoopsTpl->setCaching(2); ! if ($xoopsConfig['debug_mode'] == 1) { $xoopsTpl->setDebugging(true); } |