A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / mysql-manager.php
index e0e63f090e137b9d876348df8b7d32e85f903ef4..1bf7eda6ef050c28fd34e2a831ecaa0a56d85df8 100644 (file)
@@ -1517,7 +1517,7 @@ LIMIT 1",
 
        // Now a mail to the user and that's all...
        $message = loadEmailTemplate('del-user', $data, $userid);
-       sendEmail($userid, '{--ADMIN_DEL_ACCOUNT--}', $message);
+       sendEmail($userid, '{--ADMIN_DELETE_ACCOUNT--}', $message);
 
        // Ok, delete the account!
        SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `userid`=%s LIMIT 1", array(bigintval($userid)), __FUNCTION__, __LINE__);