mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Bugfix für Längenänderung der Ort_kurzbz
This commit is contained in:
@@ -118,9 +118,9 @@ class ortraumtyp extends basis_db
|
||||
public function validate()
|
||||
{
|
||||
//Laenge Pruefen
|
||||
if(mb_strlen($this->ort_kurzbz)>8)
|
||||
if(mb_strlen($this->ort_kurzbz)>16)
|
||||
{
|
||||
$this->errormsg = 'Ort_kurzbz darf nicht laenger als 8 Zeichen sein';
|
||||
$this->errormsg = 'Ort_kurzbz darf nicht laenger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
if(mb_strlen($this->raumtyp_kurzbz)>8)
|
||||
|
||||
Reference in New Issue
Block a user