Commit 0038a63e authored by Nico Schallehn's avatar Nico Schallehn

keine debugausgaben

parent 5ce1ca70
......@@ -196,9 +196,9 @@ class MediaDBAPI{
//TODO youtube Filter einbauen!!
// größergleich oder kleinergleich Filter:
foreach ($this->FilterKomplex as $key => $value) {
echo "Ist $key in: FilterKomp?".PHP_EOL;
//echo "Ist $key in: FilterKomp?".PHP_EOL;
//var_dump($this->FilterKomp);
echo (array_key_exists($key, $this->FilterKomp)?"Ja":"Nein").PHP_EOL;
//echo (array_key_exists($key, $this->FilterKomp)?"Ja":"Nein").PHP_EOL;
if(isset($GET_arr[$key]) AND array_key_exists($key, $this->FilterKomp)){ //TODO Rechte einbauen!!!
......
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