From 4358842a689682f8874639870742bf9392c0c6e0 Mon Sep 17 00:00:00 2001 From: jungwirr Date: Wed, 12 May 2004 15:35:37 +0000 Subject: [PATCH] fixed bug #1380 - string in index.php --- mod/attendance/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5