Commit 23503f7e authored by Nico Schallehn's avatar Nico Schallehn

test

parent f3e28ffd
......@@ -68,7 +68,7 @@ foreach ($Notindexed as $value) {
}
if(strlen($name)>0){
$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 = '".trim($name)."'";//.(isset($resolution)?" AND resolution = '".$resolution."'":"")." ".($dreiD?"":" AND 3d = ''");
//echo $Query.PHP_EOL;
$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