]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
Huge rewrite:
[mailer.git] / inc / libs / holiday_functions.php
index 4e82a02ce4535f24dbc9fafc87b7fc02e0d0d171..fb901880261242ff57ed676adf1c55c5f0ab7f59 100644 (file)
@@ -75,8 +75,8 @@ LIMIT 1", array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));
                        );
 
                        // Send mail to user
-                       $msg = LOAD_EMAIL_TEMPLATE("member_holiday_unlock", $content, $content['userid']);
-                       sendEmail($content['userid'], getMessage('HOLIDAY_MEMBER_UNLOCK_SUBJ'), $msg);
+                       $message = LOAD_EMAIL_TEMPLATE("member_holiday_unlock", $content, $content['userid']);
+                       sendEmail($content['userid'], getMessage('HOLIDAY_MEMBER_UNLOCK_SUBJ'), $message);
 
                        // Remember userid for admin
                        $admin .= $content['userid']."\n";