X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-sub_points.php;h=970de4c9a21d931fde2481f876eb67398f37a889;hb=537df432292cb0aa63070479258e3e84b182a28b;hp=06074f5df0f0be5c1557b79b08790d32ada0676f;hpb=fc162164725588cf75969f707faead9c9cd8e68b;p=mailer.git diff --git a/inc/modules/admin/what-sub_points.php b/inc/modules/admin/what-sub_points.php index 06074f5df0..970de4c9a2 100644 --- a/inc/modules/admin/what-sub_points.php +++ b/inc/modules/admin/what-sub_points.php @@ -67,7 +67,7 @@ if (getRequestParameter('userid') == 'all') { // Load message and send it away $message = loadEmailTemplate('sub-points', $content, bigintval($content['userid'])); - sendEmail($content['email'], '{--ADMIN_SUB_SUBJ--}', $message); + sendEmail($content['email'], '{--ADMIN_SUB_SUBJECT--}', $message); } // END - while // Free memory @@ -95,7 +95,7 @@ if (getRequestParameter('userid') == 'all') { // Load email and send it away $message = loadEmailTemplate('sub-points', $content, bigintval(getRequestParameter('userid'))); - sendEmail($content['email'], '{--ADMIN_SUB_SUBJ--}', $message); + sendEmail($content['email'], '{--ADMIN_SUB_SUBJECT--}', $message); // Output message loadTemplate('admin_settings_saved', false, '{--ADMIN_POINTS_SUBTRACTED--}');