From eded0f6c09475a138e042de4f6845d54e7a6e60c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 19 Apr 2021 10:49:41 +0000 Subject: revert last part of previous commit -> see comment above the change --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/import.php') diff --git a/include/import.php b/include/import.php index ea324ccb5..42fa2f247 100644 --- a/include/import.php +++ b/include/import.php @@ -734,7 +734,7 @@ function import_items($channel, $items, $sync = false, $relocate = null) { // flags may have changed and we are probably relocating the post, // so force an update even if we have the same timestamp - if($item['edited'] > $r[0]['edited']) { + if($item['edited'] >= $r[0]['edited']) { $item['id'] = $r[0]['id']; $item['uid'] = $channel['channel_id']; $item_result = item_store_update($item,$allow_code,$deliver); -- cgit v1.2.3