mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 20:11:07 +02:00
add temporary hack to store original unhashed guid into cached_content for debugging
This commit is contained in:
parent
9e77d9a879
commit
8096e309a5
@ -677,6 +677,7 @@
|
|||||||
comments,
|
comments,
|
||||||
num_comments,
|
num_comments,
|
||||||
plugin_data,
|
plugin_data,
|
||||||
|
cached_content,
|
||||||
author)
|
author)
|
||||||
VALUES
|
VALUES
|
||||||
('$entry_title',
|
('$entry_title',
|
||||||
@ -691,6 +692,7 @@
|
|||||||
'$entry_comments',
|
'$entry_comments',
|
||||||
'$num_comments',
|
'$num_comments',
|
||||||
'$entry_plugin_data',
|
'$entry_plugin_data',
|
||||||
|
'$entry_guid',
|
||||||
'$entry_author')");
|
'$entry_author')");
|
||||||
|
|
||||||
$article_labels = array();
|
$article_labels = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user