Commit 5e9474b5 authored by Nico Schallehn's avatar Nico Schallehn

tetst

parent e2d9c695
......@@ -167,7 +167,7 @@ class MediaDBViewerAPI{
//echo $GET_arr['Spalten']."<>";
// Lösche Schauspieler und Genre aus der Select Anweisung
$GET_arr['Spalten'] = str_replace("Genre,", " group_concat(g.engname) AS Genre, ", $GET_arr['Spalten']);
$GET_arr['Spalten'] = str_replace("Genre,", "group_concat(g.engname) AS Genre,", $GET_arr['Spalten']);
$GET_arr['Spalten'] = str_replace(",Genre", ",group_concat(g.engname) AS Genre", $GET_arr['Spalten']);
//$GET_arr['Spalten'] = str_replace("Genre", " group_concat(g.engname) AS Genre ", $GET_arr['Spalten']);
$GET_arr['Spalten'] = str_replace("Schauspieler,", "", $GET_arr['Spalten']);
......
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