]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo (bug 2512)
authorstronk7 <stronk7>
Tue, 8 Feb 2005 01:07:45 +0000 (01:07 +0000)
committerstronk7 <stronk7>
Tue, 8 Feb 2005 01:07:45 +0000 (01:07 +0000)
(http://moodle.org/bugs/bug.php?op=show&bugid=2512)

Merged from MOODLE_14_STABLE

course/mod.php

index ab6c37e8c960afa3ec21c65a2c0ba3e45d4151cf..ce588edeb7db8764fbbe9ac41b28993e2d56e2d7 100644 (file)
         $strdeletecheck = get_string("deletecheck", "", "$form->fullmodulename");
         $strdeletecheckfull = get_string("deletecheckfull", "", "$form->fullmodulename '$form->instancename'");
 
-        print_header_simple("$strdeletecheck", "$",
+        print_header_simple("$strdeletecheck", "",
                      "$strdeletecheck");
 
         print_simple_box_start("center", "60%", "#FFAAAA", 20, "noticebox");