]> git.wh0rd.org - tt-rss.git/commitdiff
add temporary hack to store original unhashed guid into cached_content for debugging
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 17:40:26 +0000 (21:40 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 17:40:26 +0000 (21:40 +0400)
include/rssfuncs.php

index cfb0e7a46e2dcb8ba21a51f86965ffc6e8d51ba4..bfec5511d8bc128063106b244041bb07c5995858 100644 (file)
                                                        comments,
                                                        num_comments,
                                                        plugin_data,
+                                                       cached_content,
                                                        author)
                                                VALUES
                                                        ('$entry_title',
                                                        '$entry_comments',
                                                        '$num_comments',
                                                        '$entry_plugin_data',
+                                                       '$entry_guid',
                                                        '$entry_author')");
 
                                        $article_labels = array();