Commit 7c6c78f4 authored by Nico Schallehn's avatar Nico Schallehn

test geht?

parent 30306448
......@@ -146,7 +146,7 @@ class MediaDBAPI{
$Where = "WHERE ";
// = Filter:
foreach ($this->FilterEinfach as $key => $value) {
echo $key.PHP_EOL;
//echo $key.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