Commit fbe1341b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 23503f7e
...@@ -68,7 +68,7 @@ foreach ($Notindexed as $value) { ...@@ -68,7 +68,7 @@ foreach ($Notindexed as $value) {
} }
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 = '".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;
$result = $mysqli->query($Query); $result = $mysqli->query($Query);
......
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