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

test

parent 502c1aa8
......@@ -61,7 +61,7 @@ class MediaDBViewerAPI{
$Where .= ($first?"":" AND ").'imdbID = "'.$GET_arr['imdbID'].'"';
$first = false;
}
if(isset($GET_arr['3d']) AND is_bool($GET_arr['3d'])){
if(isset($GET_arr['3d']) ){
$Where .= ($first?"":" AND ").'3d '.($GET_arr['3d']?"=":"!=").'"';
$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