From 8096e309a5138d47af0314059fdca59f17c42659 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Jul 2013 21:40:26 +0400 Subject: add temporary hack to store original unhashed guid into cached_content for debugging --- include/rssfuncs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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(); -- cgit v1.2.3