CVS update: /cowiki/includes/cowiki/

[email protected] 28 Apr 2005 01:34:06 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/04/27 18:34:06

Modified:
   cowiki/includes/cowiki/core.conf-dist

Log:
 Fixed description

File Changes:

Directory: /cowiki/includes/cowiki/
===================================

File [changed]: core.conf-dist
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/core.conf-dist?r1=1.48&r2=1.49
Delta lines:  +4 -4
-------------------
--- core.conf-dist	27 Apr 2005 22:54:48 -0000	1.48
+++ core.conf-dist	28 Apr 2005 01:34:04 -0000	1.49
@@ -64,10 +64,10 @@
     ;   D_ALL     (Everything conglomerated of the above)
     ;
     ; You may also combine the values with boolean operators: Examples:
-    ;   DebugLevel = D_ALL & ~D_IO           (All but I/O stuff)
-    ;   DebugLevel = D_ALL & ~D_IO & ~D_SQL  (All but I/O stuff and SQL)
-    ;   DebugLevel = D_ERR | D_WARN          (Only errors and warnings)
-    ;   DebugLevel = D_SQL | D_ERR | D_WARN  (SQL queries, errors, warns)
+    ;   DEBUG_LEVEL = D_ALL & ~D_IO           (All but I/O stuff)
+    ;   DEBUG_LEVEL = D_ALL & ~D_IO & ~D_SQL  (All but I/O stuff and SQL)
+    ;   DEBUG_LEVEL = D_ERR | D_WARN          (Only errors and warnings)
+    ;   DEBUG_LEVEL = D_SQL | D_ERR | D_WARN  (SQL queries, errors, warns)
     DEBUG_LEVEL = "D_OFF"
 
     ; Show <!-- start "/path/name.tpl" --> and <!-- end "/path/name.tpl" -->