Commit 8b101275 authored by Nico Schallehn's avatar Nico Schallehn

jetzt wieder => >= getauscht..^^

parent 1e50ccc7
......@@ -123,9 +123,9 @@ class MediaDBViewerAPI{
}else if(strpos($GET_arr['Jahr'], ",")>0){
$jahrArr = explode(",", $GET_arr['Jahr']);
var_dump($jahrArr);
$Where .= ($first?"":" AND ").'year =<"'.$jahrArr[0].'"';
$Where .= ($first?"":" AND ").'year <="'.$jahrArr[0].'"';
$first = false;
$Where .= ($first?"":" AND ").'year =<"'.$jahrArr[1].'"';
$Where .= ($first?"":" AND ").'year >="'.$jahrArr[1].'"';
}
}
......
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