projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ac091
)
Fixes group display in vcard.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 3 Jan 2011 21:58:55 +0000
(22:58 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 3 Jan 2011 21:58:55 +0000
(22:58 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/vcard.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/vcard.inc.php
b/include/vcard.inc.php
index
778cd1f
..
bb025c6
100644
(file)
--- a/
include/vcard.inc.php
+++ b/
include/vcard.inc.php
@@
-137,7
+137,7
@@
class VCard extends PlVCard
// Custom fields
if (!is_null($user)) {
- $groups = $user->groups();
+ $groups = $user->groups(
true, true
);
if (count($groups)) {
$gn = DirEnum::getOptions(DirEnum::GROUPESX);
$gns = array();