Commit 9a6f7f86 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 109ff4eb
......@@ -174,7 +174,7 @@ class MediaDBAPI{
// 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
isset($GET_arr['Suche']) OR isset($GET_arr['SchauspielerSuche']) OR isset($GET_arr['Englisch']) OR isset($GET_arr['Deutsch']) OR
isset($GET_arr['3d']) OR isset($GET_arr['checked']) OR isset($GET_arr['youtube']) OR (count($Array)>0)
isset($GET_arr['3d']) OR isset($GET_arr['checked']) OR isset($GET_arr['Youtube']) OR (count($Array)>0)
) 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