]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_sponsor.php
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-del_sponsor.php
index c66851f6a5ad10b91af4dc128c99109161bf29fb..98805ddfc9b305cf271911c47eb033363825657e 100644 (file)
@@ -61,7 +61,7 @@ if (isGetRequestParameterSet('id')) {
 
                        // Prepare message and send it away
                        $message = loadEmailTemplate('del_sponsor', $content, bigintval(getRequestParameter('id')));
-                       sendEmail($content['email'], '{--ADMIN_SPONSOR_DEL_SUBJECT--}', $message);
+                       sendEmail($content['email'], '{--ADMIN_SPONSOR_DELETE_SUBJECT--}', $message);
 
                        // Remove account
                        SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_sponsor_data` WHERE `id`='%s' LIMIT 1",