Commit c70ec71d authored by Nico Schallehn's avatar Nico Schallehn

IS anstatt =

parent f47429ca
...@@ -69,7 +69,7 @@ class MediaDBViewerAPI{ ...@@ -69,7 +69,7 @@ class MediaDBViewerAPI{
$first = false; $first = false;
} }
if(isset($GET_arr['Englisch']) ){ if(isset($GET_arr['Englisch']) ){
$Where .= ($first?"":" AND ").'acodeceng'.($GET_arr['Englisch']?" IS NOT ":" = ").'null'; $Where .= ($first?"":" AND ").'acodeceng'.($GET_arr['Englisch']?" IS NOT ":" IS ").'null';
$first = false; $first = false;
} }
if(isset($GET_arr['Suche'])){ if(isset($GET_arr['Suche'])){
......
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