New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / modules / admin / what-lock_sponsor.php
index a59eaf4e04c55caee2b78525ffad89ecd030e24f..b62ee795c8e7ef91a9d5fd9c33f31319cb3d21a9 100644 (file)
@@ -64,12 +64,12 @@ if (isGetRequestParameterSet('id')) {
                                if ($content['status'] == 'CONFIRMED') {
                                        // Message when sponsor's account got lock
                                        $content['message'] = '{--SPONSOR_ACCOUNT_LOCKED--}';
-                                       $subject = '{--SPONSOR_SUBJECT_LOCKED--}';
+                                       $subject = '{--SPONSOR_LOCKED_SUBJECT--}';
                                        $content['status'] = 'LOCKED';
                                } else {
                                        // Message when sponsor's account got unlock
                                        $content['message'] = '{--SPONSOR_ACCOUNT_UNLOCKED--}';
-                                       $subject = '{--SPONSOR_SUBJECT_UNLOCKED--}';
+                                       $subject = '{--SPONSOR_UNLOCKED_SUBJECT--}';
                                        $content['status'] = 'CONFIRMED';
                                }