Commit a81fd238 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 22ebf7c6
......@@ -107,11 +107,8 @@ class MediaDBViewerAPI{
$first = false;
}
// größergleich oder kleinergleich Filter:
var_dump($GET_arr);
foreach ($GrossKleinerArr as $key => $value) {
if(isset($GET_arr[$key])){
//echo $key;
if ((substr($GET_arr[$key],0,1) == "<") OR (substr($GET_arr[$key],0,1) == ">") OR !strpos($GET_arr[$key], ",")) {
// Kleiner oder Größer und kein Komma!
$Number = str_replace(">", "", $GET_arr[$key]);
......
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