Skip to content

Commit

Permalink
Removed modern solution
Browse files Browse the repository at this point in the history
  • Loading branch information
lwcorp authored Mar 11, 2024
1 parent f7796bc commit 04da0fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public_html/lists/admin/bouncemgt.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
echo $spb.PageLink2('checkbouncerules', s('Check Current Bounce Rules')).$spe;

echo $spb.PageLink2('processbounces', s('Process Bounces')).$spe;
if (version_compare(PHP_VERSION, '8.0.0', '<') { // Hardcoding defaults when not supporting Named Arguments
echo $spb.PageLink2('processbounces&justexisting=true', s('Reprocess Only Existing Bounces'), '', false, s('Reprocess Only Existing Bounces')).$spe;
} else {
echo $spb.PageLink2('processbounces&justexisting=true', s('Reprocess Only Existing Bounces'), title: s('Reprocess Only Existing Bounces')).$spe;
}
echo $spb.PageLink2('processbounces&justexisting=true', s('Reprocess Only Existing Bounces'), '', false, s('Reprocess Only Existing Bounces')).$spe;

echo '</ul><br />';

Expand Down

0 comments on commit 04da0fe

Please sign in to comment.