projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573dbbe
)
Missed one...
author
Ben Klang
<ben@alkaloid.net>
Sun, 17 Jul 2005 06:25:36 +0000
(06:25 +0000)
committer
Ben Klang
<ben@alkaloid.net>
Sun, 17 Jul 2005 06:25:36 +0000
(06:25 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@66
06cd67b6
-e706-0410-b29e-
9de616bca6e9
templates/users/userlist.inc
patch
|
blob
|
history
diff --git
a/templates/users/userlist.inc
b/templates/users/userlist.inc
index
bc1a70c
..
6200502
100644
(file)
--- a/
templates/users/userlist.inc
+++ b/
templates/users/userlist.inc
@@
-18,8
+18,6
@@
</tr>
<?php
$line = 0;
- $users = $shout->getUsers($context);
- ksort($users);
foreach ($users as $extension => $user) {
$rowcolor = $line % 2;
$line++;