Commit 7ae59900 authored by Nico Schallehn's avatar Nico Schallehn

ohne Jahr

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