Fix #15646 : patch of this bug

This commit is contained in:
lmarcouiller
2020-12-04 15:29:57 +01:00
parent 6d4a90b543
commit d7f56b42cf

View File

@@ -897,7 +897,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
if ($id) $param .= '&id='.urlencode($id);
if ($projectid) $param .= '&projectid='.urlencode($projectid);
if ($withproject) $param .= '&withproject='.urlencode($withproject);
if ($page) $param .= '&page='.urlencode($page);
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';