From e7170cb5134677eb4352f1852b818aef73bfdb0a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Feb 2013 17:03:06 -0800 Subject: maybe it would work if I didn't put non-existent php vars into the sql. --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 6c872fdce..9c679b6e2 100755 --- a/include/items.php +++ b/include/items.php @@ -1687,7 +1687,7 @@ function tag_deliver($uid,$item_id) { $flag_bits = ITEM_WALL|ITEM_ORIGIN|ITEM_UPLINK; - $r = q("update item set item_flags = ( $item_flags | %d ), owner_xchan = '%s', allow_cid = '%s', allow_gid = '%s', + $r = q("update item set item_flags = ( item_flags | %d ), owner_xchan = '%s', allow_cid = '%s', allow_gid = '%s', deny_cid = '%s', deny_gid = '%s', item_private = %d where id = %d limit 1", intval($flag_bits), dbesc($u[0]['channel_hash']), -- cgit v1.2.3