projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50e1aa
)
Fix parse error.
author
Jan
<jan@horde.org>
Thu, 4 Nov 2010 12:35:28 +0000
(12:35 +0000)
committer
Jan
<jan@horde.org>
Thu, 4 Nov 2010 12:35:28 +0000
(12:35 +0000)
framework/Group/lib/Horde/Group/Contactlists.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group/Contactlists.php
b/framework/Group/lib/Horde/Group/Contactlists.php
index
72fa758
..
3cd2c11
100644
(file)
--- a/
framework/Group/lib/Horde/Group/Contactlists.php
+++ b/
framework/Group/lib/Horde/Group/Contactlists.php
@@
-562,7
+562,7
@@
class Horde_Group_Contactlists extends Horde_Group
*/
public function userIsInGroup($user, $gid, $subgroups = true)
{
- $id = implode('-', array($user, $subgroups, $gid);
+ $id = implode('-', array($user, $subgroups, $gid)
)
;
if (isset($GLOBALS['session']['horde:groups_i/' . $id])) {
return $GLOBALS['session']['horde:groups_i/' . $id];
}