mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Notenimport vom Excel ist nun auch über die CIS möglich
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user