From 03517306302c88db1f5560d07148eb650da72f74 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 1 Oct 2006 06:39:20 +0000 Subject: [PATCH] FIxed a debugging message --- lib/datalib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/datalib.php b/lib/datalib.php index e3b59c0b03..498a141cca 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -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 +?> -- 2.39.5