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