[phpwebapp-commits] CVS: app1/config const.Debug.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-29 14:42:03
|
Update of /cvsroot/phpwebapp/app1/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18003/config Modified Files: const.Debug.php Log Message: Index: const.Debug.php =================================================================== RCS file: /cvsroot/phpwebapp/app1/config/const.Debug.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** const.Debug.php 25 Aug 2003 13:41:13 -0000 1.2 --- const.Debug.php 29 Jul 2004 14:41:54 -0000 1.3 *************** *** 27,31 **** /** * if this constant is true, the framework displays an alert ! * (each time that the function GoTo() is called (for debug) */ define("DEBUG_GOTO", false); --- 27,31 ---- /** * if this constant is true, the framework displays an alert ! * each time that the function GoTo() is called (for debug) */ define("DEBUG_GOTO", false); |