[dw-free] "Also Access To" list not in alphabetical order
[commit: http://hg.dwscoalition.org/dw-free/rev/cb77ef4e7de8]
http://bugs.dwscoalition.org/show_bug.cgi?id=3313
Missed a spot; add the "also access to" list to the list of lists to
alphabetize.
Patch by Erin of
teamdestroyer.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3313
Missed a spot; add the "also access to" list to the list of lists to
alphabetize.
Patch by Erin of
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/profile.bml
-------------------------------------------------------------------------------- diff -r 2781a118a7bc -r cb77ef4e7de8 htdocs/profile.bml --- a/htdocs/profile.bml Fri Dec 10 14:54:51 2010 +0800 +++ b/htdocs/profile.bml Fri Dec 10 14:58:46 2010 +0800 @@ -711,9 +711,9 @@ body<= @$_ = sort { $us->{$a}->display_name cmp $us->{$b}->display_name } @$_ foreach ( \@trusted_userids, \@watched_userids, \@trusted_by_userids, \@watched_by_userids, \@mutually_trusted_userids, \@mutually_watched_userids, \@mutually_watched_userids, - \@not_mutually_watched_userids, \@not_mutually_trusted_by_userids, - \@not_mutually_watched_by_userids, \@members_userids, \@member_of_userids, - \@posting_access_to_userids, \@posting_access_from_userids ); + \@not_mutually_trusted_userids, \@not_mutually_watched_userids, + \@not_mutually_trusted_by_userids, \@not_mutually_watched_by_userids, \@members_userids, + \@member_of_userids, \@posting_access_to_userids, \@posting_access_from_userids ); ################################################################################ ##### PEOPLE LISTS --------------------------------------------------------------------------------