Some dublicated braces removed, some fixed (broken: update depencies got registered...
[mailer.git] / inc / modules / admin / what-config_mods.php
index f049d932afe9a6968b26306d2431e531ddbe15d2..8d6846e117b3bb8b01248f89ec3b944603b92838 100644 (file)
@@ -86,9 +86,9 @@ if (REQUEST_ISSET_POST('edit')) {
 
                // Remove maybe confusing data
                REQUEST_UNSET_POST('edit');
-               REQUEST_UNSET_POST(('change'));
+               REQUEST_UNSET_POST('change');
        }
-} elseif (REQUEST_ISSET_POST(('change'))) {
+} elseif (REQUEST_ISSET_POST('change')) {
        // Init SQLs
        INIT_SQLS();