Commit 7688acf7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 570b6c66
...@@ -216,7 +216,7 @@ class MediaDBAPI{ ...@@ -216,7 +216,7 @@ class MediaDBAPI{
$Where .= ($first?"":" AND ").'youtube LIKE "%EN%"'; $Where .= ($first?"":" AND ").'youtube LIKE "%EN%"';
} }
else{ else{
$Where .= ($first?"":" AND ").'youtube = "'.($GET_arr['youtube']=="NEIN"?"!=":"=").'""'; $Where .= ($first?"":" AND ").'youtube '.($GET_arr['youtube']=="NEIN"?"!=":"=").'""';
} }
} }
if(isset($GET_arr['Suche'])){ //TODO Rechte einbauen if(isset($GET_arr['Suche'])){ //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