Commit 09d1030f authored by Nico Schallehn's avatar Nico Schallehn

...

parent 63aea958
......@@ -165,7 +165,7 @@ class MediaDBViewerAPI{
}
}
// Wenn irgendein filter gesetzt ist Filterung nur für Tabllen Staffeln und Episoden!!
if( (isset($GET_arr['series_nr']) OR isset($GET_arr['dummerPlatzhalter']) )
if( (isset($GET_arr['series_nr']) OR isset($GET_arr['season_nr']) )
AND (($GET_arr['Tabelle'] == "Staffeln") OR (($GET_arr['Tabelle'] == "Episoden"))) ){ // Filterung nur für Tablle Episoden!!
$first = true;
......
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