WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
if (strpos($field, 'street') !== false) { if (!preg_match('#^[\p{Latin}'.$us.'0-9.,\s\-]{1,50}$#u', $value)) { $error_bg[] = $field; $errors[] = htmlspecialchars($value, ENT_QUOTES).' '.$MOD_BAKERY['ERR_INVAL_STREET']; } }
if (strpos($field, 'street') !== false) { if (!preg_match('#^[\p{Latin}'.$us.'0-9.,/\s\-]{1,50}$#u', $value)) { $error_bg[] = $field; $errors[] = htmlspecialchars($value, ENT_QUOTES).' '.$MOD_BAKERY['ERR_INVAL_STREET']; } }