aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-11 17:03:06 -0800
committerfriendica <info@friendica.com>2013-02-11 17:03:06 -0800
commite7170cb5134677eb4352f1852b818aef73bfdb0a (patch)
tree8aad7f9e47c7bdde77c7fb94afbf0bc962dfd067 /include
parentbf8f066dcda342192e70c8ed39d9ceb6cb719af5 (diff)
downloadvolse-hubzilla-e7170cb5134677eb4352f1852b818aef73bfdb0a.tar.gz
volse-hubzilla-e7170cb5134677eb4352f1852b818aef73bfdb0a.tar.bz2
volse-hubzilla-e7170cb5134677eb4352f1852b818aef73bfdb0a.zip
maybe it would work if I didn't put non-existent php vars into the sql.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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']),