From 74a28ec4714d017bfaa1f5b4a3c45eece1bfd587 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 16 Jun 2008 08:33:00 +0000 Subject: [PATCH] fixed some funny unicode space --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index beb745027c..4259458e01 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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); /** -- 2.39.5