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

test2

parent 785adf69
......@@ -114,7 +114,7 @@ class MediaDBViewerAPI{
}
// größergleich oder kleinergleich Filter:
if(isset($GET_arr['Jahr'])){
if (((substr($GET_arr['Jahr'],0,1) == "<") OR (substr($GET_arr['Jahr'],0,1) == ">")) AND !strpos($GET_arr['Jahr'], ",")) {
if ((substr($GET_arr['Jahr'],0,1) == "<") OR (substr($GET_arr['Jahr'],0,1) == ">") OR !strpos($GET_arr['Jahr'], ",")) {
// Kleiner oder Größer und kein Komma!
echo "Hier bin ich".PHP_EOL;
$Where .= ($first?"":" AND ").'year ="'.$GET_arr['Jahr'].'"';
......
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