mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Some debug
This commit is contained in:
parent
fb14b23be5
commit
e60e65ab5f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user