From 01491e7d61576235f364af04039c9219ef6f6456 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 14 Jul 2014 21:52:20 -0700 Subject: limit fields to what we require --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3