--- restore_form.html.bak	2008-04-30 21:35:48.000000000 -0400
+++ restore_form.html	2008-04-30 21:35:43.000000000 -0400
@@ -252,24 +252,24 @@
         helpbutton("coursefullname", get_string("fullname")) ;
         if (isset($err["fullname"])) formerr($err["fullname"]);
         echo"</td></tr>";
-        echo "<tr valign=\"top\"> ";
-        echo "<td align=\"right\"> ";
-        print_string("startdate");
-        echo ":</td><td>";
-    /// Show the roll dates option only if the backup course has a start date
-    /// (some formats like main page, social..., haven't it and rolling dates
-    /// from 0 produces crazy dates. MDL-10125
-        if ($form1->startdate) {
-            print_date_selector("startday", "startmonth", "startyear", $form1->startdate);
-        } else {
-            print_string('notavailable');
-            echo '<input type="hidden" name="startyear" value="0" />';
-            echo '<input type="hidden" name="startmonth" value="0" />';
-            echo '<input type="hidden" name="startday" value="0" />';
-        }
-        helpbutton("coursestartdate", get_string("startdate"));
-        echo "</td></tr>";
     }
+/// Show the roll dates option only if the backup course has a start date
+/// (some formats like main page, social..., haven't it and rolling dates
+/// from 0 produces crazy dates. MDL-10125
+    echo "<tr valign=\"top\"> ";
+    echo "<td align=\"right\"> ";
+    print_string("startdate");
+    echo ":</td><td>";
+    if ($form1->startdate) {
+        print_date_selector("startday", "startmonth", "startyear", $form1->startdate);
+    } else {
+        print_string('notavailable');
+        echo '<input type="hidden" name="startyear" value="0" />';
+        echo '<input type="hidden" name="startmonth" value="0" />';
+        echo '<input type="hidden" name="startday" value="0" />';
+    }
+    helpbutton("coursestartdate", get_string("startdate"));
+    echo "</td></tr>";
     //Line
     echo "<tr><td colspan=\"4\"><hr /></td></tr>";
     //Now, check modules and info and show posibilities
