1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:55:56 +00:00

add temporary hack to store original unhashed guid into cached_content for debugging

This commit is contained in:
Andrew Dolgov
2013-07-11 21:40:26 +04:00
parent 9e77d9a879
commit 8096e309a5

View File

@@ -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();