mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
FIX parameter $action replaced with $mode. $action reserved for action
This commit is contained in:
@@ -186,7 +186,7 @@ if (!empty($conf->use_javascript_ajax)) {
|
||||
}
|
||||
|
||||
$nav = '';
|
||||
$nav .= '<form name="dateselect" action="'.$_SERVER["PHP_SELF"].'?action=show_peruser'.$param.'">';
|
||||
$nav .= '<form name="dateselect" action="'.$_SERVER["PHP_SELF"].'?mode=show_peruser'.$param.'">';
|
||||
if ($actioncode || GETPOSTISSET('actioncode')) {
|
||||
$nav .= '<input type="hidden" name="actioncode" value="'.$actioncode.'">';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user