diff --git a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php index 580075236..6cb4bcc68 100644 --- a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php +++ b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php @@ -49,6 +49,7 @@ require_once('../../../../include/moodle_course.class.php'); require_once('../../../../include/mail.class.php'); +$debg=(isset($_REQUEST['debug'])?$_REQUEST['debug']:''); $lvid=(isset($_GET['lvid'])?$_GET['lvid']:''); $stsem=(isset($_GET['stsem'])?$_GET['stsem']:''); ?> @@ -849,7 +850,7 @@ echo ''; $leneg = " style='color:red; font-weight:bold'"; else $leneg = " style='font-weight:bold'"; - #if ($note!='--') + if ($note!='-' || $debg) $note_les_str .= "".$note."(".$mdl_shortname.") "; } // ende If Richtiger User