Commit d7519742 authored by Nico Schallehn's avatar Nico Schallehn

test

parent dd981431
...@@ -53,7 +53,7 @@ class MediaDBViewerAPI{ ...@@ -53,7 +53,7 @@ class MediaDBViewerAPI{
} }
else{ else{
// Wenn irgenein filter gesetzt ist... // Wenn irgenein filter gesetzt ist...
if(isset($GET_arr['imdbID'])){ if(isset($GET_arr['imdbID']) OR isset($GET_arr['3d'])){
$first = true; $first = true;
$Where = "WHERE "; $Where = "WHERE ";
if(isset($GET_arr['imdbID']) AND is_numeric($GET_arr['imdbID'])){ if(isset($GET_arr['imdbID']) AND is_numeric($GET_arr['imdbID'])){
...@@ -77,7 +77,7 @@ class MediaDBViewerAPI{ ...@@ -77,7 +77,7 @@ class MediaDBViewerAPI{
.$this->iset($GET_arr['Order'], " ", " ORDER BY ", " ") .$this->iset($GET_arr['Order'], " ", " ORDER BY ", " ")
.$this->iset($GET_arr['Limit'],"", " Limit "," ") .$this->iset($GET_arr['Limit'],"", " Limit "," ")
.";"; .";";
echo $Query; //echo $Query;
$entrys = $this->DB_Objekt->query($Query); $entrys = $this->DB_Objekt->query($Query);
......
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