This commit is contained in:
Gerry Raab
2017-06-13 00:19:02 +02:00
68 changed files with 1717 additions and 4030 deletions
+2 -2
View File
@@ -248,9 +248,9 @@ class adresse extends basis_db
$this->errormsg = 'Strasse darf nicht länger als 255 Zeichen sein';
return false;
}
if(mb_strlen($this->plz)>10)
if(mb_strlen($this->plz)>16)
{
$this->errormsg = 'Plz darf nicht länger als 10 Zeichen sein';
$this->errormsg = 'Plz darf nicht länger als 16 Zeichen sein';
return false;
}
if(mb_strlen($this->ort)>255)