mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 12:00:59 +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,
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user