summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/functions.php b/functions.php
index e6ef6589a..b56e9a93a 100644
--- a/functions.php
+++ b/functions.php
@@ -238,10 +238,6 @@
$last_read_qpart = "";
-// if ("$orig_title" != "$entry_title") {
-// $last_read_qpart = 'last_read = null,';
-// }
-
if ($orig_content_hash != $content_hash) {
if (UPDATE_POST_ON_CHECKSUM_CHANGE) {
$last_read_qpart = 'last_read = null,';
@@ -257,10 +253,6 @@
$entry_is_modified = true;
}
-// if (!$no_orig_date && $orig_timestamp < $entry_timestamp) {
-// $last_read_qpart = 'last_read = null,';
-// }
-
if ($entry_is_modified) {
$entry_comments = pg_escape_string($entry_comments);
@@ -268,8 +260,6 @@
$entry_title = pg_escape_string($entry_title);
$entry_link = pg_escape_string($entry_link);
-// print "update object $entry_guid<br>";
-
$query = "UPDATE ttrss_entries
SET
$last_read_qpart