]> git.mjollnir.org Git - moodle.git/commitdiff
Correct one source tab
authorstronk7 <stronk7>
Tue, 3 Jun 2003 16:33:52 +0000 (16:33 +0000)
committerstronk7 <stronk7>
Tue, 3 Jun 2003 16:33:52 +0000 (16:33 +0000)
backup/restore_check.html

index c5a0310df05f7b5a2e02ba25b0ffabf3f3f706ec..0c7f902a6db7b4024ee31d08b7926f430edb1f83 100644 (file)
             print_heading(get_string("choosecourse"));
             print_simple_box_start("CENTER");
             foreach ($courses as $course) {
-            echo "<A HREF=\"restore.php?course_id=$course->id&launch=check&file=$file\">$course->fullname ($course->shortname)</A><BR>";
+                echo "<A HREF=\"restore.php?course_id=$course->id&launch=check&file=$file\">$course->fullname ($course->shortname)</A><BR>";
             }
             print_simple_box_end();
         } else {