Bugfix - related assets view & admin user to allow profile setting

This commit is contained in:
“VeLiTi”
2024-03-25 12:44:34 +01:00
parent 4e0ac56a40
commit bdcc33017d
5 changed files with 22 additions and 4 deletions

View File

@@ -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