Commit d9eded65 authored by Nico Schallehn's avatar Nico Schallehn

test

parent ceb427c9
......@@ -148,11 +148,11 @@ class MediaDBViewerAPI{
$Where = "WHERE ";
if(isset($GET_arr['imdbID']) AND is_numeric($GET_arr['imdbID'])){
$Where .= ($first?"":" AND ").'imdbID = "'.$GET_arr['imdbID'].'"';
$Where .= ($first?"":" AND ").'f.imdbID = "'.$GET_arr['imdbID'].'"';
$first = false;
}
if(isset($GET_arr['3d']) ){
$Where .= ($first?"":" AND ").'3d '.($GET_arr['3d']?"!=":"=").'""';
$Where .= ($first?"":" AND ").'f.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