]> git.mjollnir.org Git - moodle.git/commitdiff
Some debug
authorstronk7 <stronk7>
Tue, 10 Jun 2003 15:07:12 +0000 (15:07 +0000)
committerstronk7 <stronk7>
Tue, 10 Jun 2003 15:07:12 +0000 (15:07 +0000)
backup/backuplib.php

index d9d20c090c8e02cf01d179971eef83fc72fb5fe3..a52ccb0d6d935603d62526ad7a4a81ccdf3a7a67 100644 (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;
     }