From bd77d030800f3da8bda6e34a91cb9b7708edf3f4 Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Thu, 16 Oct 2008 13:18:47 +0000 Subject: [PATCH] --- include/moodle_course.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/moodle_course.class.php b/include/moodle_course.class.php index 82cdfbcac..dc3bceca7 100644 --- a/include/moodle_course.class.php +++ b/include/moodle_course.class.php @@ -1233,7 +1233,7 @@ class moodle_course $row->note=5; else { - $this->errormsg = ' Unbekannter Notenschluessel ( Erlaubt sind 1 bis 5, oder A bis F ) ! '; + $this->errormsg = ' Unbekannter Notenschluessel "'.$arrTmpDefaultNoten[$iTmpIndex]->letter.'" ( Erlaubt sind 1 bis 5, oder A bis F ) ! '; return false; } }