Commit ee41e731 authored by Nico Schallehn's avatar Nico Schallehn

groß klein... SChreibung

parent 8f791215
......@@ -54,7 +54,7 @@ class MediaDBViewerAPI{
// Wenn irgenein filter gesetzt ist...
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']))
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