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

index a52ccb0d6d935603d62526ad7a4a81ccdf3a7a67..54d6c41476263e3ab069bf228c080a71f77f4773 100644 (file)
@@ -48,6 +48,7 @@ $db->debug=true;
         if ($users) {
             //Iterate over users putting their roles
             foreach ($users as $user) {
+echo $user->id."<br>";
                    $user->info = "";
                 //Is Admin in tables (not is_admin()) !!
                 if (record_exists("user_admins","userid",$user->id)) {