fixed some funny unicode space

This commit is contained in:
skodak
2008-06-16 08:33:00 +00:00
parent 737e8469b6
commit 74a28ec471
+1 -1
View 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);
/**