This commit is contained in:
Christian Paminger
2007-06-10 10:18:53 +00:00
parent d8db3bd1d2
commit 42d9ea7c00
12 changed files with 105 additions and 75 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class lvgesamtnote
$this->errormsg = 'Lehrveranstaltung_id ist ungueltig';
return false;
}
if($student_uid=='')
if($this->student_uid=='')
{
$this->errormsg = 'UID muss angegeben werden';
return false;