Commit 560c69dc authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9113609d
......@@ -196,6 +196,7 @@ class MediaDBAPI{
//TODO youtube Filter einbauen!!
// größergleich oder kleinergleich Filter:
foreach ($this->FilterKomplex as $key => $value) {
echo "Prüfe: isset($GET_arr[$key]) = ".isset($GET_arr[$key]).PHP_EOL;
if(isset($GET_arr[$key]) AND in_array($key, $this->FilterKomp)){ //TODO Rechte einbauen!!!
if ((substr($GET_arr[$key],0,1) == "<") OR (substr($GET_arr[$key],0,1) == ">") OR !strpos($GET_arr[$key], ",")) {
// Kleiner oder Größer und kein Komma!
......
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