Commit 1addf1d8 authored by Nico Schallehn's avatar Nico Schallehn

Debug rausgenommen

parent adc4c39c
...@@ -125,7 +125,7 @@ class MediaDBViewerAPI{ ...@@ -125,7 +125,7 @@ class MediaDBViewerAPI{
$first = false; $first = false;
}else if(strpos($GET_arr[$key], ",")>0){ }else if(strpos($GET_arr[$key], ",")>0){
$NumberArr = explode(",", $GET_arr[$key]); $NumberArr = explode(",", $GET_arr[$key]);
var_dump($NumberArr); //var_dump($NumberArr);
$Where .= ($first?"":" AND ").$value.' >="'.$NumberArr[0].'"'; $Where .= ($first?"":" AND ").$value.' >="'.$NumberArr[0].'"';
$first = false; $first = false;
$Where .= ($first?"":" AND ").$value.' <="'.$NumberArr[1].'"'; $Where .= ($first?"":" AND ").$value.' <="'.$NumberArr[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