Commit 3b6d486a authored by Nico Schallehn's avatar Nico Schallehn

Fehler behoben bei Filter Deutsch

parent 1aa3149c
......@@ -43,7 +43,7 @@ class MediaDBViewerAPI{
// Wenn irgenein filter gesetzt ist Filterung nur für Tablle Filme!!
if( (isset($GET_arr['imdbID']) OR isset($GET_arr['3d']) OR isset($GET_arr['GenreID']) OR isset($GET_arr['Genre']) OR
isset($GET_arr['SchauspielerID']) OR isset($GET_arr['Schauspieler']) OR isset($GET_arr['Suche']) OR isset($GET_arr['SchauspielerSuche']) OR
isset($GET_arr['Englisch']))
isset($GET_arr['Englisch']) OR isset($GET_arr['Deutsch']))
AND $GET_arr['Tabelle'] == "Filme" ){ // Filterung nur für Tablle Filme!!
$first = true;
$imdbArrToCompar = 0;
......
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