X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-refbanner.php;h=cbeb3d53d4e3f1604af3895a5d8c672fa8089faa;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hp=525e427f7d56d1945745ca6fe034f0eb78c2d927;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/modules/admin/what-refbanner.php b/inc/modules/admin/what-refbanner.php index 525e427f7d..cbeb3d53d4 100644 --- a/inc/modules/admin/what-refbanner.php +++ b/inc/modules/admin/what-refbanner.php @@ -49,16 +49,16 @@ ADD_DESCR('admin', __FILE__); $SEL = 0; // Some sanity-check -if ((!REQUEST_ISSET_POST(('url'))) || (!REQUEST_ISSET_POST(('alternate')))) { +if ((!REQUEST_ISSET_POST('url')) || (!REQUEST_ISSET_POST(('alternate')))) { REQUEST_UNSET_POST('ok'); } // Check selection count if (REQUEST_ISSET_POST('sel')) $SEL = countPostSelection(); -if (IS_FORM_SENT()) { +if (isFormSent()) { // Fix older calls from add-new-banner-form - if (!REQUEST_ISSET_GET(('mode'))) REQUEST_SET_GET('mode', 'add'); + if (!REQUEST_ISSET_GET('mode')) REQUEST_SET_GET('mode', 'add'); $sql = ''; switch (REQUEST_GET('mode')) {