Commit 36f2c000 authored by Nico Schallehn's avatar Nico Schallehn

Test

parent 7688acf7
......@@ -216,7 +216,7 @@ class MediaDBAPI{
$Where .= ($first?"":" AND ").'youtube LIKE "%EN%"';
}
else{
$Where .= ($first?"":" AND ").'youtube '.($GET_arr['youtube']=="NEIN"?"!=":"=").'""';
$Where .= ($first?"":" AND ").'youtube '.($GET_arr['youtube']=="1"?"!=":"=").'""';
}
}
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