Commit 59e76928 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 56c39950
......@@ -103,7 +103,7 @@ class MediaDBAPI{
}
if(isset($GET_arr['Suche'])){
/* Work a round für Android 5 Geräte*/
$SucheWort = json_decode($GET_arr['Suche']);
$SucheWort = json_decode('"'.$GET_arr['Suche'].'"');
$SucheWort = str_replace("\u00e4", "ä", $SucheWort);
$SucheWort = str_replace("\u00f6", "ö", $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