Some debug

This commit is contained in:
stronk7 2003-06-10 15:07:12 +00:00
parent fb14b23be5
commit e60e65ab5f

View File

@ -38,6 +38,8 @@
global $CFG;
global $db;
$db->debug=true;
$count_users = 0;
//Select all users from user
@ -94,6 +96,7 @@
$info[0][0] = get_string("users");
$info[0][1] = $count_users;
$db->debug=false;
return $info;
}