Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index bf00a05fe908b1aa338fc66735557b063fc9f622..0beaf4ddbb3e3a30d439710ce4e803663dc30c67 100644 (file)
@@ -70,7 +70,7 @@ if (isFormSent()) {
        $content['auto_purge'] = createConfigurationTimeSelections('auto_purge', 'MWD');
 
        // Output template
-       loadTemplate('admin_config_autopurge', false, $content);
+       loadTemplate('admin_config_autopurge', FALSE, $content);
 }
 
 // [EOF]