diff --git a/assets/functions.php b/assets/functions.php index 0494817..b9c4bc3 100644 --- a/assets/functions.php +++ b/assets/functions.php @@ -604,9 +604,11 @@ function urlGETdetailsFilter($input){ if(isset($input) && !empty($input)){ $view = ''; foreach ($_GET as $key => $value){ + if ($key != 'search'){ $view .= ''; } - return $view; + } + return $view; } else { return $view = '';