From: stronk7 Date: Tue, 10 Jun 2003 15:07:12 +0000 (+0000) Subject: Some debug X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e60e65ab5f2caacf65132e0998a8b11df3cc72a9;p=moodle.git Some debug --- diff --git a/backup/backuplib.php b/backup/backuplib.php index d9d20c090c..a52ccb0d6d 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -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; }