Commit fe9dcb1c authored by Nico Schallehn's avatar Nico Schallehn

test

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