]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed tiny bug for courses without groups
authormoodler <moodler>
Tue, 27 Jan 2004 11:57:10 +0000 (11:57 +0000)
committermoodler <moodler>
Tue, 27 Jan 2004 11:57:10 +0000 (11:57 +0000)
backup/restorelib.php

index 52cd6746e743538adea0d6516a07a53fa2bf0908..00f6b4f6c963014d9f4c523b9c7c04fe54e1a9d7 100644 (file)
         global $CFG, $db;
 
         $status = true;
+        $status2 = true;
         //Check it exists
         if (!file_exists($xml_file)) {
             $status = false;