Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / gl / manage / gl_account_types.php
index 04f80c62305784dd4b954488eef35fb5792ee112..0a1791bc97efd5d18ef09d24c2a9202c9772243e 100644 (file)
@@ -44,7 +44,6 @@ function can_process($selected_id)
                return false;
        }
 
-       //if (strcmp($_POST['id'], $_POST['parent']) == 0) 
        if ($_POST['id'] === $_POST['parent']) 
        {
                display_error(_("You cannot set an account group to be a subgroup of itself."));