issues encountered with hubzilla DB changes, zot_refresh and item_drop and hub sync

This commit is contained in:
redmatrix
2015-08-23 13:27:34 -07:00
parent 2a59392ba8
commit bf190be5b4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4366,7 +4366,7 @@ function delete_item_lowlevel($item, $stage = DROPITEM_NORMAL, $force = false) {
);
}
else {
$r = q("UPDATE item set item_deleted = 1, changed = '%s', edited = '%s' where if = %d",
$r = q("UPDATE item set item_deleted = 1, changed = '%s', edited = '%s' where id = %d",
dbesc(datetime_convert()),
dbesc(datetime_convert()),
intval($item['id'])