From d1947c84fc414fc238ddebf3a434b53fad420b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 14 Dec 2009 08:02:29 +0000 Subject: [PATCH] --- include/functions.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 6e9edde78..91d337373 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -440,13 +440,13 @@ function convertProblemChars($str) 'N' => '/Ñ/', 'n' => '/ñ/', 'O' => '/Ò|Ó|Ô|Õ/', - 'Oe' => '/Ö/', + 'Oe' => '/Ö/', 'o' => '/ò|ó|ô|õ/', - 'oe' => '/ö/', + 'oe' => '/ö/', 'U' => '/Ù|Ú|Û/', - 'Ue' => '/Ü/', + 'Ue' => '/Ü/', 'u' => '/ù|ú|û/', - 'ue' => '/ü/', + 'ue' => '/ü/', 'Y' => '/Ý/', 'y' => '/ý|ÿ/', 'a.' => '/ª/',