]> git.mjollnir.org Git - moodle.git/commitdiff
fixed some funny unicode space
authorskodak <skodak>
Mon, 16 Jun 2008 08:33:00 +0000 (08:33 +0000)
committerskodak <skodak>
Mon, 16 Jun 2008 08:33:00 +0000 (08:33 +0000)
lib/moodlelib.php

index beb745027c10377b25a131c34342dac18ab2085b..4259458e0114cec85a754314597f6fd97767a481 100644 (file)
@@ -243,7 +243,7 @@ define ('DEBUG_MINIMAL', 5);
 define ('DEBUG_NORMAL', 15);
 /** E_ALL without E_STRICT for now, do show recoverable fatal errors */
 define ('DEBUG_ALL', 6143);
-/** DEBUG_ALL with extra Moodle debug messages - (DEBUG_ALL | 32768) */
+/** DEBUG_ALL with extra Moodle debug messages - (DEBUG_ALL | 32768) */
 define ('DEBUG_DEVELOPER', 38911);
 
 /**