Commit f0fe6779 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 299536ff
...@@ -137,7 +137,7 @@ class MediaDBViewerAPI{ ...@@ -137,7 +137,7 @@ class MediaDBViewerAPI{
//TODO Diesen block in den Hauptquery einbauen?! //TODO Diesen block in den Hauptquery einbauen?!
if($ListGenre){ if($ListGenre){
$Query = 'SELECT group_concat(g.engname) AS Genre FROM FilmGenre AS fg JOIN Genre AS g ON fg.genreID = g.genreID WHERE fg.imdbID="'.$tempArray["imdbID"].'" '; $Query = 'SELECT group_concat(g.gername) AS Genre FROM FilmGenre AS fg JOIN Genre AS g ON fg.genreID = g.genreID WHERE fg.imdbID="'.$tempArray["imdbID"].'" ';
$Genre = $this->DB_Objekt->query($Query); $Genre = $this->DB_Objekt->query($Query);
if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);} if($this->DB_Objekt->error != ""){ return $this->error(1005, $this->DB_Objekt->error);}
......
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