From: Andrew Dolgov Date: Thu, 11 Jul 2013 17:40:26 +0000 (+0400) Subject: add temporary hack to store original unhashed guid into cached_content for debugging X-Git-Tag: 1.9~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8096e309a5138d47af0314059fdca59f17c42659;p=tt-rss.git add temporary hack to store original unhashed guid into cached_content for debugging --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index cfb0e7a4..bfec5511 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();