Commit b8400846 authored by Nico Schallehn's avatar Nico Schallehn

test

parent e326673d
......@@ -109,7 +109,8 @@ class MediaDBViewerAPI{
// größergleich oder kleinergleich Filter:
foreach ($GrossKleinerArr as $key => $value) {
if(isset($GET_arr[$key])){
echo $key;
//echo $key;
var_dump($GET_arr);
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