X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-send_bonus.php;h=0e5d9f95f36ccb6021b8f09a9d41a37bc6ca57f0;hp=ed6591d16c9fc5d6b12f55500c2cb2942739085f;hb=3afdce4fe00b4af570122ce7b8158ced44aec7d3;hpb=30986f637cd3c03951bdbfc880b9a420f7724ce0;ds=sidebyside diff --git a/inc/modules/admin/what-send_bonus.php b/inc/modules/admin/what-send_bonus.php index ed6591d16c..0e5d9f95f3 100644 --- a/inc/modules/admin/what-send_bonus.php +++ b/inc/modules/admin/what-send_bonus.php @@ -51,7 +51,7 @@ ADD_DESCR('admin', __FILE__); // Set empty mode to "select" if (!REQUEST_ISSET_GET('mode')) REQUEST_SET_GET('mode', "select"); -if (IS_FORM_SENT()) { +if (isFormSent()) { // Deliver bonus mail addNewBonusMail(REQUEST_POST_ARRAY(), REQUEST_GET('mode')); } else {