]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
A lot email templates renamed, SQL fixed:
[mailer.git] / inc / libs / register_functions.php
index 8eb91a20cb08d6d4e0dbfd02d8243b6b91cbaf69..2c64352d764d6cb2bdf509b08b816b30b5d071bc 100644 (file)
@@ -431,7 +431,7 @@ function doRegistration () {
        } // END - switch
 
        // Display information to the user that he got mail and send it away
-       $messageGuest = loadEmailTemplate('register-member', $content, $userid, false);
+       $messageGuest = loadEmailTemplate('guest_register_done', $content, $userid, false);
 
        // Send mail to user (confirmation link!)
        $email = $content['email'];
@@ -439,7 +439,7 @@ function doRegistration () {
        $content['email'] = $email;
 
        // Send mail to admin
-       sendAdminNotification('{--ADMIN_NEW_ACCOUNT_SUBJECT--}', 'register-admin', $content, $userid);
+       sendAdminNotification('{--ADMIN_NEW_ACCOUNT_SUBJECT--}', 'admin_register_done', $content, $userid);
 }
 
 //-----------------------------------------------------------------------------