database upgrade

This commit is contained in:
zotlabs
2017-04-23 20:28:04 -07:00
parent c2ec3b0bf4
commit f1c6fd08c4
3 changed files with 214 additions and 216 deletions

View File

@@ -4263,10 +4263,7 @@ function sync_an_item($channel_id,$item_id) {
if($r) {
xchan_query($r);
$sync_item = fetch_post_tags($r);
$rid = q("select * from item_id where iid = %d",
intval($item_id)
);
build_sync_packet($channel_d,array('item' => array(encode_item($sync_item[0],true)),'item_id' => $rid));
build_sync_packet($channel_d,array('item' => array(encode_item($sync_item[0],true))));
}
}