This commit is contained in:
Andreas Österreicher
2007-09-13 16:01:33 +00:00
parent 0bf4d2d556
commit 2e0b17cb0d
13 changed files with 91 additions and 16 deletions
+6
View File
@@ -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;
}