Commit 290a7c2c authored by Nico Schallehn's avatar Nico Schallehn

3d fix

parent e0d74eb9
......@@ -61,9 +61,9 @@ 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']) AND is_bool($GET_arr['3d'])){
$Where .= ($first?"":" AND ").'3D = "'.$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