]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed small error in overallocation field !! :-)
authorstronk7 <stronk7>
Thu, 25 Sep 2003 19:40:25 +0000 (19:40 +0000)
committerstronk7 <stronk7>
Thu, 25 Sep 2003 19:40:25 +0000 (19:40 +0000)
mod/workshop/backuplib.php

index 2674c608aee4205a9fced4b88018bae1c24c79d2..d092f235caa12cd5b94a7e36e5f58366c2bf690d 100644 (file)
@@ -67,7 +67,7 @@
                 fwrite ($bf,full_tag("GRADE",4,false,$workshop->grade));
                 fwrite ($bf,full_tag("NTASSESSMENTS",4,false,$workshop->ntassessments));
                 fwrite ($bf,full_tag("NSASSESSMENTS",4,false,$workshop->nsassessments));
-                fwrite ($bf,full_tag("OVERALLOCATION",4,false,$workshop->nsassessments));
+                fwrite ($bf,full_tag("OVERALLOCATION",4,false,$workshop->overallocation));
                 fwrite ($bf,full_tag("TIMEMODIFIED",4,false,$workshop->timemodified));
                 fwrite ($bf,full_tag("MERGEGRADES",4,false,$workshop->mergegrades));
                 fwrite ($bf,full_tag("TEACHERWEIGHT",4,false,$workshop->teacherweight));