]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-inact.php
Renamed more templates
[mailer.git] / inc / purge / purge-inact.php
index 9c38a4b79e23c48554dd896f2314edb558229903..30da0a025bcf08ea4e4e001f5ab91a4cb6fb09b7 100644 (file)
@@ -112,7 +112,7 @@ ORDER BY
                $content['userids'] = implode(PHP_EOL, $userids);
 
                // Send mail notification to admin
-               sendAdminNotification('{--ADMIN_AUTOPURGE_INACTIVE_SUBJECT--}', 'admin_autopurge_inactive', $content);
+               sendAdminNotification('{--ADMIN_AUTOPURGE_INACTIVE_SUBJECT--}', 'admin_purge_inactive', $content);
        } // END - if
 
        // Free memory
@@ -161,7 +161,7 @@ ORDER BY
 
                // Send mail notification to admin
                if (getConfig('ap_in_notify') == 'Y') {
-                       sendAdminNotification('{--ADMIN_AUTOPURGE_DELETE_SUBJECT--}', 'admin_autopurge_delete', $useridsContent);
+                       sendAdminNotification('{--ADMIN_AUTOPURGE_DELETE_SUBJECT--}', 'admin_purge_delete', $useridsContent);
                } // END - if
        } // END - if