]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed a debugging message
authormoodler <moodler>
Sun, 1 Oct 2006 06:39:20 +0000 (06:39 +0000)
committermoodler <moodler>
Sun, 1 Oct 2006 06:39:20 +0000 (06:39 +0000)
lib/datalib.php

index e3b59c0b0343925aa701d88e2e41ae25764c5b79..498a141cca125f68822297ca96420c421e844bf0 100644 (file)
@@ -202,7 +202,7 @@ function get_users($get=true, $search='', $confirmed=false, $exceptions='', $sor
         debugging('Call to get_users with $get = true no $recordsperpage limit. ' .
                 'On large installations, this will probably cause an out of memory error. ' .
                 'Please think again and change your code so that it does not try to ' .
-                'load so much data into memory.', E_USER_WARNING);
+                'load so much data into memory.', DEBUG_DEVELOPER);
     }
 
     $LIKE      = sql_ilike();
@@ -1517,4 +1517,4 @@ function category_parent_visible($parent = 0) {
 }
 
 // vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140:
-?>
\ No newline at end of file
+?>