remove old commented code

This commit is contained in:
Christian Foellmann 2022-06-27 12:59:06 +02:00
parent 23d948cec4
commit 4335e67249
2 changed files with 0 additions and 4 deletions

View File

@ -751,8 +751,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);