From: moodler Date: Mon, 26 Jan 2004 17:46:19 +0000 (+0000) Subject: FIxed tiniest bug when trying to backup groups in courses that have none X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ece42d55fc328c1fca58902610f7eea36076cfd7;p=moodle.git FIxed tiniest bug when trying to backup groups in courses that have none --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 5592a6b6f1..d366800375 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -946,8 +946,9 @@ function backup_groups_info($bf,$preferences) { global $CFG; - + $status = true; + $status2 = true; //Get groups $groups = get_records("groups","courseid",$preferences->backup_course);