mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
This commit is contained in:
@@ -149,6 +149,12 @@ class bisfunktion
|
||||
|
||||
function validate()
|
||||
{
|
||||
|
||||
if($this->sws!='' && !is_numeric($this->sws))
|
||||
{
|
||||
$this->errormsg = 'SWS muss eine gueltige Zahl sein';
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user