X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid_top.php;h=b68409ad3aa8d94ee8a02eb931e4a9edd8f08487;hb=9e1f6d2cff0bbef912d605d4ae1728f0382b83a4;hp=fc3c4ab0ea59d09969e224a021f8b3613ebd4ba5;hpb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;p=mailer.git diff --git a/mailid_top.php b/mailid_top.php index fc3c4ab0ea..b68409ad3a 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -162,7 +162,7 @@ if (isInstalled()) { if (($time > 0) && ($payment > 0)) { if (!empty($code)) { // Generate code - $img_code = GEN_RANDOM_CODE(getConfig('code_length'), $code, $url_uid, $DATA); + $img_code = generateRandomCodde(getConfig('code_length'), $code, $url_uid, $DATA); } // END - if switch ($mode) {