]> git.mjollnir.org Git - moodle.git/commitdiff
merged removing evil semicolon
authortoyomoyo <toyomoyo>
Tue, 31 Oct 2006 07:34:03 +0000 (07:34 +0000)
committertoyomoyo <toyomoyo>
Tue, 31 Oct 2006 07:34:03 +0000 (07:34 +0000)
backup/restore_check.html

index a45b41966c43b044bd29883815aaba7a0672cb93..4153a71b4a4e71fc23469c095f3d46ff10f88c03 100644 (file)
@@ -17,7 +17,7 @@
     //Detect if we are coming from the restore form
     $fromform = optional_param ('fromform', 0, PARAM_INT);
 
-    if ($form1 = data_submitted()); {
+    if ($form1 = data_submitted()) {
         $currentcourseshortname = $course_header->course_shortname; //"store_ShortName";
         $course_header->course_shortname =  $form1->shortname;  //"update_ShortName";    
         $course_header->course_fullname =   $form1->fullname;   //"update_FullName";