]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
Fixed also usage of previously renamed fields as they must be the same
[mailer.git] / inc / modules / admin / what-list_beg.php
index 1eb7c9ca105531a29e9b3294e1b964e52f497f03..48f249efbc8c8fb01cb13bc23e74ef63dfb8a632 100644 (file)
@@ -47,7 +47,7 @@ if (isBegRallyeEnabled()) {
        // Shall I withdraw now?
        if (isPostRequestElementSet('withdraw')) {
                // Okay, let's prepare...
-               $curr = str_pad((getMonth() - 1), 2, '0', STR_PAD_LEFT);
+               $curr = padLeftZero(getMonth() - 1);
                updateConfiguration('last_month', $curr);
                displayMessage('{--ADMIN_BEG_WITHDRAW_PREPARED--}');
        } // END - if