diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 1565a11e3..e4fb5bc56 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2133,7 +2133,7 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) { } if($groups_changed) { - $r = q("select * from groups where uid = %d", + $r = q("select hash as collection, visible, deleted, name from groups where uid = %d", intval($uid) ); if($r) |