Additional filter out search
This commit is contained in:
@@ -604,9 +604,11 @@ function urlGETdetailsFilter($input){
|
||||
if(isset($input) && !empty($input)){
|
||||
$view = '';
|
||||
foreach ($_GET as $key => $value){
|
||||
if ($key != 'search'){
|
||||
$view .= '<input type="hidden" name="'.$key.'" value="'.$value.'">';
|
||||
}
|
||||
return $view;
|
||||
}
|
||||
return $view;
|
||||
}
|
||||
else {
|
||||
return $view = '';
|
||||
|
||||
Reference in New Issue
Block a user