From 8ca2a5832cd30ae8152f7c56a8705150fcfd8af1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 24 Mar 2019 21:22:20 +0100 Subject: Revert "item_store(): deduplicate by mid OR uuid" This reverts commit d8ce0d0df0b7b58b3f2a1abfc26f455fb943f8ea. --- include/items.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 6857964fb..c9c2e2d48 100755 --- a/include/items.php +++ b/include/items.php @@ -1930,9 +1930,8 @@ function item_store($arr, $allow_exec = false, $deliver = true) { if($parent_deleted) $arr['item_deleted'] = 1; - $r = q("SELECT id FROM item WHERE (mid = '%s' OR uuid = '%s') AND uid = %d and revision = %d LIMIT 1", + $r = q("SELECT id FROM item WHERE mid = '%s' AND uid = %d and revision = %d LIMIT 1", dbesc($arr['mid']), - dbesc($arr['uuid']), intval($arr['uid']), intval($arr['revision']) ); -- cgit v1.2.3