mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
This commit is contained in:
@@ -242,7 +242,7 @@ class standort extends basis_db
|
||||
|
||||
if(mb_strlen($this->kurzbz)>16)
|
||||
{
|
||||
$this->errormsg = 'Plz darf nicht länger als 10 Zeichen sein';
|
||||
$this->errormsg = 'Kurzbz darf nicht länger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
if(mb_strlen($this->bezeichnung)>255)
|
||||
|
||||
Reference in New Issue
Block a user