diff --git a/conlite/includes/functions.general.php b/conlite/includes/functions.general.php index 750363f..e9171fe 100644 --- a/conlite/includes/functions.general.php +++ b/conlite/includes/functions.general.php @@ -86,7 +86,7 @@ function is_alphanumeric($test, $umlauts = true) { if ($umlauts == true) { - $match = "/^[a-z0-9������� ]+$/i"; + $match = "/^[a-z0-9ÄäÖöÜüß ]+$/i"; } else { $match = "/^[a-z0-9 ]+$/i"; }