Commit 30cff7d1 authored by Nico Schallehn's avatar Nico Schallehn

test

parent bdbd4b81
...@@ -103,7 +103,7 @@ class MediaDBAPI{ ...@@ -103,7 +103,7 @@ class MediaDBAPI{
} }
if(isset($GET_arr['Suche'])){ if(isset($GET_arr['Suche'])){
/* Work a round für Android 5 Geräte*/ /* Work a round für Android 5 Geräte*/
$SucheWort = utf8_decode('"'.$GET_arr['Suche'].'"'); $SucheWort = utf8_encode('"'.$GET_arr['Suche'].'"');
/*$SucheWort = str_replace("\u00e4", "ä", $SucheWort); /*$SucheWort = str_replace("\u00e4", "ä", $SucheWort);
$SucheWort = str_replace("\u00f6", "ö", $SucheWort); $SucheWort = str_replace("\u00f6", "ö", $SucheWort);
$SucheWort = str_replace("\u00fc", "ü", $SucheWort); $SucheWort = str_replace("\u00fc", "ü", $SucheWort);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment