This commit is contained in:
Andreas Österreicher
2007-09-06 10:03:29 +00:00
parent 6efd12038a
commit 71b36b66e5
6 changed files with 39 additions and 10 deletions
+2 -2
View File
@@ -178,11 +178,11 @@ class projektarbeit
$this->errormsg = 'Anmerkung darf nicht länger als 256 Zeichen sein - student_uid: '.$this->student_uid;
return false;
}
if(!is_numeric($this->note))
/*if(!is_numeric($this->note))
{
$this->errormsg = 'Note muß ein numerischer Wert sein - student_uid: '.$this->student_uid;
return false;
}
}*/
if(!is_numeric($this->punkte))
{
$this->errormsg = 'Punkte muß ein numerischer Wert sein - student_uid: '.$this->student_uid;