Raumtyp_kurzbz auf 16 Zeichen verlängert

This commit is contained in:
Andreas Österreicher
2010-08-27 07:30:42 +00:00
parent 78b44aaa8b
commit bfea4a9410
3 changed files with 85 additions and 3765 deletions
+2 -2
View File
@@ -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 = '';