Commit 2e785f8f authored by Nico Schallehn's avatar Nico Schallehn

debug

parent 1f7ad405
......@@ -58,6 +58,7 @@ class MediaDBViewerAPI{
$Where = "WHERE ";
// = Filter:
foreach ($IstgleichArr as $key => $value) {
echo $key.">".$value.PHP_EOL;
if(isset($GET_arr[$key]) AND is_numeric($GET_arr[$key])){
$Where .= ($first?"":" AND ").$value.' = "'.$GET_arr[$key].'"';
$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