Commit 8d8fe463 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3269cb05
...@@ -64,7 +64,7 @@ class MediaDBViewerAPI{ ...@@ -64,7 +64,7 @@ class MediaDBViewerAPI{
echo $GET_arr['3d'].">"; echo $GET_arr['3d'].">";
if(isset($GET_arr['3d']) ){ if(isset($GET_arr['3d']) ){
echo "in GET_arr 3d"; echo "in GET_arr 3d";
$Where .= ($first?"":" AND ").'3d '.($GET_arr['3d']?"=":"!=").'"'; $Where .= ($first?"":" AND ").'3d '.($GET_arr['3d']?"=":"!=").'""';
$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