FIX parameter $action replaced with $mode. $action reserved for action

This commit is contained in:
Laurent Destailleur
2021-12-11 13:17:31 +01:00
parent dce555f53f
commit 2bc417fcf7
14 changed files with 175 additions and 160 deletions

View File

@@ -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.'">';
}