Commit cd2acdab authored by Nico Schallehn's avatar Nico Schallehn

englisch zu Englisch

parent b181c72c
......@@ -68,7 +68,7 @@ class MediaDBViewerAPI{
$Where .= ($first?"":" AND ").'3d '.($GET_arr['3d']?"!=":"=").'""';
$first = false;
}
if(isset($GET_arr['englisch']) ){
if(isset($GET_arr['Englisch']) ){
$Where .= ($first?"":" AND ").'acodeceng '.($GET_arr['3d']?"!=":"=").'null';
$first = false;
}
......
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