mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
- Bugfix für Längenänderung der Ort_kurzbz
This commit is contained in:
@@ -155,9 +155,9 @@ class reihungstest extends basis_db
|
||||
return false;
|
||||
}
|
||||
//Gesamtlaenge pruefen
|
||||
if(mb_strlen($this->ort_kurzbz)>8)
|
||||
if(mb_strlen($this->ort_kurzbz)>16)
|
||||
{
|
||||
$this->errormsg = 'Ort_kurzbz darf nicht länger als 8 Zeichen sein';
|
||||
$this->errormsg = 'Ort_kurzbz darf nicht länger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
if(mb_strlen($this->anmerkung)>64)
|
||||
|
||||
Reference in New Issue
Block a user