summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 13:41:59 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 13:41:59 +0100
commitbb7cfaceb1f76bd6dba7d0687ee2e338fd61df5b (patch)
treec29c84aa399704cfb6e3672e810472d44a73dff7 /functions.php
parent72763620765b994f400682189dd9a2108a31c9ff (diff)
further javascript cleanups
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