Commit dc746b43 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 98e32380
......@@ -103,7 +103,8 @@ class MediaDBAPI{
}
if(isset($GET_arr['Suche'])){
/* Work a round für Android 5 Geräte*/
$SucheWort = htmlentities($GET_arr['Suche']);
$SucheWort = htmlentities($GET_arr['Suche'], ENT_COMPAT, 'UTF-8');
//htmlentities($string, ENT_COMPAT, 'UTF-8')
/*$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