From: jungwirr Date: Wed, 12 May 2004 15:35:37 +0000 (+0000) Subject: fixed bug #1380 - string in index.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4358842a689682f8874639870742bf9392c0c6e0;p=moodle.git fixed bug #1380 - string in index.php --- diff --git a/mod/attendance/index.php b/mod/attendance/index.php index 0d99c1db0f..a3787d1e13 100644 --- a/mod/attendance/index.php +++ b/mod/attendance/index.php @@ -30,7 +30,7 @@ $navigation = "id\">$course->shortname ->"; } - print_header("$course->shortname: $strNEWMODULEs", "$course->fullname", "$navigation $strattendances", "", "", true, "", navmenu($course)); + print_header("$course->shortname: $strattendance", "$course->fullname", "$navigation $strattendances", "", "", true, "", navmenu($course)); /// Get all the appropriate data