Commit eeeff730 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 83bf3114
......@@ -196,7 +196,8 @@ 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;
echo "Ist $key in: ".PHP_EOL;
var_dump($this->FilterKomp);
if(isset($GET_arr[$key]) ){//AND in_array($key, $this->FilterKomp)){ //TODO Rechte einbauen!!!
echo "Inside".PHP_EOL;
if ((substr($GET_arr[$key],0,1) == "<") OR (substr($GET_arr[$key],0,1) == ">") OR !strpos($GET_arr[$key], ",")) {
......
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