]> git.mjollnir.org Git - moodle.git/commitdiff
If there aren't any users, don't do anything.
authormoodler <moodler>
Tue, 7 Oct 2003 14:00:09 +0000 (14:00 +0000)
committermoodler <moodler>
Tue, 7 Oct 2003 14:00:09 +0000 (14:00 +0000)
backup/backuplib.php

index 30641e329dec083e4a76c38fc6b46c91b0524f95..6d07a6043f8646f07ce035ac03fd4ac3aad108ff 100644 (file)
             //End Users tag
             fwrite ($bf,end_tag("USERS",2,true));
         } else {
-            //There isn't users. Impossible !!
-            $status = false;
+            // There aren't any users.
+            $status = true;
         }
 
         return $status;