Commit 50b2f949 authored by Nico Schallehn's avatar Nico Schallehn

test

parent fbe1341b
...@@ -67,7 +67,7 @@ foreach ($Notindexed as $value) { ...@@ -67,7 +67,7 @@ foreach ($Notindexed as $value) {
$name = substr($value[1],0,strpos($value[1], ".")); $name = substr($value[1],0,strpos($value[1], "."));
} }
if(strlen($name)>0){ if(strlen($name)>0){
$name = str_replace("ue", "ü", $name); $name = str_replace("ue", "_", $name);
$Query = "SELECT imdbID FROM Filme WHERE name LIKE '%".trim($name)."%'";//.(isset($resolution)?" AND resolution = '".$resolution."'":"")." ".($dreiD?"":" AND 3d = ''"); $Query = "SELECT imdbID FROM Filme WHERE name LIKE '%".trim($name)."%'";//.(isset($resolution)?" AND resolution = '".$resolution."'":"")." ".($dreiD?"":" AND 3d = ''");
//echo $Query.PHP_EOL; //echo $Query.PHP_EOL;
......
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