]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
* Member template added for the surfbar which notifies the user that the URL is
[mailer.git] / inc / libs / bonus_functions.php
index e619dff3d4946d4e1f915754261df0a64e2b9e5f..ebd186a483860ca374665957387d0849c10c6330 100644 (file)
@@ -260,15 +260,7 @@ function BONUS_PURGE_EXPIRED_TURBO_BONUS()
        if ($DELETED > 0)
        {
                // Send out email to admin
-               if (GET_EXT_VERSION("admins") >= "0.4.1")
-               {
-                       SEND_ADMIN_EMAILS_PRO(AUTOPURGE_ADMIN_TURBO_SUBJECT, "admin_autopurge_turbo", $DELETED, "");
-               }
-                else
-               {
-                       $msg = LOAD_EMAIL_TEMPLATE("admin_autopurge_turbo", $DELETED, "");
-                       SEND_ADMIN_EMAILS(AUTOPURGE_ADMIN_TURBO_SUBJECT, $msg);
-               }
+               SEND_ADMIN_NOTIFICATION(AUTOPURGE_ADMIN_TURBO_SUBJECT, "admin_autopurge_turbo", $DELETED, "");
        }
 }
 //