Title rows added to several table, naming convention applied:
[mailer.git] / inc / modules / admin / what-list_bonus.php
index 06731189cccf177302244265ad27a9ed5bad26f6..f1749a980b3969e315dc05e00ec259ce824d63a3 100644 (file)
@@ -131,7 +131,7 @@ ORDER BY
                // Prepare constant for timemark
                // @TODO Can't this be moved into our expression language?
                if (isExtensionActive('autopurge')) {
                // Prepare constant for timemark
                // @TODO Can't this be moved into our expression language?
                if (isExtensionActive('autopurge')) {
-                       $content['autopurge_timeout'] = generateDateTime(time() - getApInactiveSince(), 2);
+                       $content['autopurge_timeout'] = '{%message,ADMIN_BONUS_TIMEOUT=' . generateDateTime(time() - getApInactiveSince(), 2) . '%}';
                } else {
                        $content['autopurge_timeout'] = generateExtensionInactiveNotInstalledMessage('autopurge');
                }
                } else {
                        $content['autopurge_timeout'] = generateExtensionInactiveNotInstalledMessage('autopurge');
                }