Commit e4ddcebd authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8251f227
......@@ -176,12 +176,12 @@ class MediaDBViewerAPI{
$Query= "SELECT ".$this->iset($GET_arr['Spalten'], "*").
" FROM Filme "
.($UseJoin?" AS f JOIN FilmeGenre fg ON f.imdbID=fg.imdbID JOIN Genre g ON g.GenreID=fg.GenreID":"")
.$Where
.$this->iset($GET_arr['Order'], " ", " ORDER BY ", " ")
.$this->iset($GET_arr['Limit'],"", " Limit "," ")
.";";
//echo $Query;
echo $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