]> git.mxchange.org Git - mailer.git/blobdiff - inc/doubler_send.php
More queries and language constants rewritten
[mailer.git] / inc / doubler_send.php
index 75e73ca3d7e5338808eefd61780830e8cc5232de..58bf1ab3e2bee4f77dc057e173669f99c25203ce 100644 (file)
@@ -150,7 +150,7 @@ if (((SQL_NUMROWS($result_total) > 0) && (getConfig('doubler_sent_all') == "Y"))
 
                        // Load mail template and send mail away...
                        $msg = LOAD_EMAIL_TEMPLATE("member_doubler", $content, $uid);
-                       SEND_EMAIL($uid, DOUBLER_MEMBER_SUBJECT, $msg);
+                       SEND_EMAIL($uid, getMessage('DOUBLER_MEMBER_SUBJECT'), $msg);
                } // END - if
        } // END - while
 } // END - if