mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Fix #15646 : patch of this bug
This commit is contained in:
@@ -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.'">';
|
||||
|
||||
Reference in New Issue
Block a user