Bugfix - related assets view & admin user to allow profile setting
This commit is contained in:
@@ -597,6 +597,21 @@ function urlGETdetails($input){
|
||||
}
|
||||
|
||||
}
|
||||
//------------------------------------------
|
||||
// Retrieve all $_GET from URL for FILTER AND SORT
|
||||
//------------------------------------------
|
||||
function urlGETdetailsFilter($input){
|
||||
if(isset($input) && !empty($input)){
|
||||
$view = '';
|
||||
foreach ($_GET as $key => $value){
|
||||
$view .= '<input type="hidden" name="'.$key.'" value="'.$value.'">';
|
||||
}
|
||||
return $view;
|
||||
}
|
||||
else {
|
||||
return $view = '';
|
||||
}
|
||||
}
|
||||
|
||||
//------------------------------------------
|
||||
// Translate name of Partner
|
||||
|
||||
Reference in New Issue
Block a user