summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 21:40:26 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 21:40:26 +0400
commit8096e309a5138d47af0314059fdca59f17c42659 (patch)
treea5a6ff6799fd8d31e43e8a51177272afdcc4f97f /include/rssfuncs.php
parent9e77d9a879af30ec6268d12a9ac9e734674e9a1b (diff)
add temporary hack to store original unhashed guid into cached_content for debugging
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index cfb0e7a46..bfec5511d 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -677,6 +677,7 @@
comments,
num_comments,
plugin_data,
+ cached_content,
author)
VALUES
('$entry_title',
@@ -691,6 +692,7 @@
'$entry_comments',
'$num_comments',
'$entry_plugin_data',
+ '$entry_guid',
'$entry_author')");
$article_labels = array();