]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed tiniest bug when trying to backup groups in courses that have none
authormoodler <moodler>
Mon, 26 Jan 2004 17:46:19 +0000 (17:46 +0000)
committermoodler <moodler>
Mon, 26 Jan 2004 17:46:19 +0000 (17:46 +0000)
backup/backuplib.php

index 5592a6b6f1bd433459ac7eefdb087229c17f2813..d366800375d1514a19b52890fc5232f22a6cefd6 100644 (file)
     function backup_groups_info($bf,$preferences) {
     
         global $CFG;
-        
+
         $status = true;
+        $status2 = true;
 
         //Get groups 
         $groups = get_records("groups","courseid",$preferences->backup_course);