FIxed a debugging message

This commit is contained in:
moodler
2006-10-01 06:39:20 +00:00
parent 172ab53650
commit 0351730630
+2 -2
View 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:
?>
?>