Commit 3268c4d4 authored by Nico Schallehn's avatar Nico Schallehn

+ Episoden

parent 09d1030f
...@@ -181,6 +181,10 @@ class MediaDBViewerAPI{ ...@@ -181,6 +181,10 @@ class MediaDBViewerAPI{
$Where .= ($first?"":" AND ").'season_nr = "'.$GET_arr['season_nr'].'"'; $Where .= ($first?"":" AND ").'season_nr = "'.$GET_arr['season_nr'].'"';
$first = false; $first = false;
} }
if(isset($GET_arr['Episoden']) ){
$Where .= ($first?"":" AND ").'Episoden = "'.$GET_arr['Episoden'].'"';
$first = false;
}
}/* }/*
// Wenn irgendein filter gesetzt ist Filterung nur für Tablle Episoden!! // Wenn irgendein filter gesetzt ist Filterung nur für Tablle Episoden!!
if( (isset($GET_arr['season_nr']) OR isset($GET_arr['dummerPlatzhalter']) ) if( (isset($GET_arr['season_nr']) OR isset($GET_arr['dummerPlatzhalter']) )
......
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