Some fixes, surfbar fixed reload is now in select boxes
[mailer.git] / inc / modules / admin / what-config_user.php
index c097c77ddaa388c0b3684475c9d0ec85556254ba..f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9 100644 (file)
@@ -39,13 +39,10 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-if (isset($_POST['ok']))
-{
+if (isset($_POST['ok'])) {
        // Save settings
        ADMIN_SAVE_SETTINGS($_POST);
        // Save settings
        ADMIN_SAVE_SETTINGS($_POST);
-}
- else
-{
+} else {
        // Prepare constants for the template
        define('__LIMIT_VALUE', $_CONFIG['user_limit']);
        define('__ALPHA_VALUE', $_CONFIG['user_alpha']);
        // Prepare constants for the template
        define('__LIMIT_VALUE', $_CONFIG['user_limit']);
        define('__ALPHA_VALUE', $_CONFIG['user_alpha']);