]> git.mjollnir.org Git - moodle.git/commitdiff
Now $course->showrecent is out from backup & restore
authorstronk7 <stronk7>
Fri, 7 May 2004 22:39:37 +0000 (22:39 +0000)
committerstronk7 <stronk7>
Fri, 7 May 2004 22:39:37 +0000 (22:39 +0000)
backup/restorelib.php

index 199ce2d1a7839c7edf39b2a31dc84f22cbf1aa05..36baf30e339421031e94cfb1408d444ee2473ee7 100644 (file)
             $course->guest = addslashes($course_header->course_guest);
             $course->startdate = addslashes($course_header->course_startdate);
             $course->numsections = addslashes($course_header->course_numsections);
-            $course->showrecent = addslashes($course_header->course_showrecent);
+            //$course->showrecent = addslashes($course_header->course_showrecent);   INFO: This is out in 1.3
             $course->maxbytes = addslashes($course_header->course_maxbytes);
             $course->showreports = addslashes($course_header->course_showreports);
             $course->groupmode = addslashes($course_header->course_groupmode);
                         case "NUMSECTIONS":
                             $this->info->course_numsections = $this->getContents();
                             break;
-                        case "SHOWRECENT":
-                            $this->info->course_showrecent = $this->getContents();
-                            break;
+                        //case "SHOWRECENT":                                          INFO: This is out in 1.3
+                        //    $this->info->course_showrecent = $this->getContents();
+                        //    break;
                         case "MAXBYTES":
                             $this->info->course_maxbytes = $this->getContents();
                             break;