]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_stats.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-config_stats.php
index 6936eb4702c064ddbdafb229d89eeeda2b5799a5..467a3996a6fb8fd9c295d8f98c06705f3ae8f569 100644 (file)
@@ -57,7 +57,7 @@ if (isFormSent()) {
        $content['guest_stats_' . strtolower(getConfig('guest_stats'))]  = ' selected="selected"';
 
        // Load template
-       loadTemplate('admin_config_stats', false, $content);
+       loadTemplate('admin_config_stats', FALSE, $content);
 }
 
 // [EOF]