diff options
-rwxr-xr-x | include/items.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/items.php b/include/items.php index a027be4b2..cf2491319 100755 --- a/include/items.php +++ b/include/items.php @@ -4072,11 +4072,6 @@ function delete_item_lowlevel($item, $stage = DROPITEM_NORMAL) { if($stage == DROPITEM_PHASE1) return true; - $r = q("delete from term where otype = %d and oid = %d", - intval(TERM_OBJ_POST), - intval($item['id']) - ); - q("delete from iconfig where iid = %d", intval($item['id']) ); |