Notenimport vom Excel ist nun auch über die CIS möglich

This commit is contained in:
Andreas Österreicher
2008-11-05 16:04:59 +00:00
parent 1cf2c023dc
commit cd9c0bcd06
4 changed files with 268 additions and 109 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class lvgesamtnote
}
if($this->note!='' && !is_numeric($this->note))
{
$this->errormsg = 'Note ist ungueltig';
$this->errormsg = 'Note ist ungueltig: '.$this->note;
return false;
}
if($this->freigabedatum!='' && !ereg("([0-9]{4})-([0-9]{2})-([0-9]{2})",$this->freigabedatum))