projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d64af
)
Fixing section var
author
Ben Klang
<ben@alkaloid.net>
Tue, 25 Apr 2006 04:25:34 +0000
(
04:25
+0000)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 25 Apr 2006 04:25:34 +0000
(
04:25
+0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@300
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
79881f5
..
4bd6dfe
100644
(file)
--- a/
templates/users/userlist.inc
+++ b/
templates/users/userlist.inc
@@
-19,7
+19,7
@@
array(
'context' => $context,
'extension' => $extension,
- 'section' =>
'users'
,
+ 'section' =>
$section
,
)
);
$editurl = Util::addParameter($url, "action=edit");
@@
-40,4
+40,4
@@
}
?>
</table>
-</div>
\ No newline at end of file
+</div>