Commit bf177409 authored by Nico Schallehn's avatar Nico Schallehn

test

parent ba9cf89c
...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{ ...@@ -63,7 +63,7 @@ class MediaDBViewerAPI{
$imdbArrToCompar = 0; $imdbArrToCompar = 0;
$Where = "WHERE "; $Where = "WHERE ";
// = Filter: // = Filter:
foreach ($array_expression as $key => $value) { foreach ($IstgleichArr as $key => $value) {
if(isset($GET_arr[$key]) AND is_numeric($GET_arr[$key])){ if(isset($GET_arr[$key]) AND is_numeric($GET_arr[$key])){
$Where .= ($first?"":" AND ").$value.' = "'.$GET_arr[$key].'"'; $Where .= ($first?"":" AND ").$value.' = "'.$GET_arr[$key].'"';
$first = false; $first = false;
......
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