Commit d3ec75bb authored by Nico Schallehn's avatar Nico Schallehn

test

parent af24a5c8
...@@ -59,7 +59,7 @@ class MediaDBViewerAPI{ ...@@ -59,7 +59,7 @@ class MediaDBViewerAPI{
// = Filter: // = Filter:
foreach ($IstgleichArr as $key => $value) { foreach ($IstgleichArr as $key => $value) {
echo $key.">".$value; echo $key.">".$value;
if(isset($GET_arr[$key]) AND is_numeric($GET_arr[$key])){ if(isset($GET_arr[$key])){ //AND is_numeric($GET_arr[$key])
echo "> isset!!"; echo "> isset!!";
$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