Skip to content

Commit

Permalink
Remove double-menu on saveUser, SF bug 630047.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Nov 1, 2002
1 parent 7cbd0b6 commit 10b71e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions themes/slashcode/htdocs/users.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1884,13 +1884,6 @@ sub saveUser {
my $uid;
my $user_editfield_flag;

print createMenu("users", {
style => 'tabbed',
justify => 'right',
color => 'colored',
tab_selected => $hr->{tab_selected_1} || "",
});

$uid = $user->{is_admin} && $form->{uid} ? $form->{uid} : $user->{uid};
my $user_edit = $slashdb->getUser($uid);

Expand Down

0 comments on commit 10b71e5

Please sign in to comment.