remove old commented code

This commit is contained in:
Christian Foellmann 2022-06-27 12:59:06 +02:00 committed by Laurent Destailleur
parent daf8c0ff1e
commit 1a31704e18
2 changed files with 0 additions and 4 deletions

View File

@ -787,8 +787,6 @@ if ($resql) {
exit;
}
// llxHeader('', $langs->trans('Proposal'), $help_url);
$param = '&search_status='.urlencode($search_status);
if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) {
$param .= '&contextpage='.urlencode($contextpage);

View File

@ -469,8 +469,6 @@ if ($resql) {
exit;
}
// llxHeader('', $langs->trans('CommRequest'), $help_url);
$param = '';
if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) {
$param .= '&contextpage='.urlencode($contextpage);