projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ced71
)
Properly orders list members.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 8 Apr 2012 18:44:32 +0000
(20:44 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 8 Apr 2012 19:03:34 +0000
(21:03 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/lists/lists.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/lists/lists.inc.php
b/modules/lists/lists.inc.php
index
c0ffb09
..
a1aacc7
100644
(file)
--- a/
modules/lists/lists.inc.php
+++ b/
modules/lists/lists.inc.php
@@
-46,7
+46,7
@@
function list_sort_owners($members, $tri_promo = true)
}
}
-
ksort($membres
);
+
uksort($membres, 'strcasecmp'
);
foreach($membres as &$membre) {
uksort($membre, 'strcasecmp');
}