mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Raumtyp_kurzbz auf 16 Zeichen verlängert
This commit is contained in:
@@ -123,9 +123,9 @@ class ortraumtyp extends basis_db
|
||||
$this->errormsg = 'Ort_kurzbz darf nicht laenger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
if(mb_strlen($this->raumtyp_kurzbz)>8)
|
||||
if(mb_strlen($this->raumtyp_kurzbz)>16)
|
||||
{
|
||||
$this->errormsg = 'Raumtyp_kurzbz darf nicht laenger als 8 Zeichen sein';
|
||||
$this->errormsg = 'Raumtyp_kurzbz darf nicht laenger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
$this->errormsg = '';
|
||||
|
||||
Reference in New Issue
Block a user