From afa120e3c079c3e6ee5bc9403964c15cd9c8501b Mon Sep 17 00:00:00 2001 From: jungwirr Date: Thu, 6 May 2004 19:39:42 +0000 Subject: [PATCH] fixed bug 1325 - hard-coded string for add multiple rolls --- mod/attendance/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/attendance/mod.html b/mod/attendance/mod.html index 7eae8f3b94..5b093695d9 100755 --- a/mod/attendance/mod.html +++ b/mod/attendance/mod.html @@ -200,7 +200,7 @@ if ($form->hours >1) {
course . "§ion=".$form->section ."\">Add multiple rolls

"; + echo "course . "§ion=".$form->section ."\">" . get_string("addmultiple","attendance") . "

"; ?> "> "> -- 2.39.5