Commit 2a9f7d49 authored by Nico Schallehn's avatar Nico Schallehn

bugfix acodecger

parent 3b6d486a
......@@ -62,7 +62,7 @@ class MediaDBViewerAPI{
$first = false;
}
if(isset($GET_arr['Deutsch']) ){
$Where .= ($first?"":" AND ").'acodecdeu = "'.$GET_arr['Deutsch'].'"';
$Where .= ($first?"":" AND ").'acodecger = "'.$GET_arr['Deutsch'].'"';
$first = false;
}
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