mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
Revert "add temporary hack to store original unhashed guid into cached_content for debugging"
This reverts commit 8096e309a5.
This commit is contained in:
@@ -677,7 +677,6 @@
|
|||||||
comments,
|
comments,
|
||||||
num_comments,
|
num_comments,
|
||||||
plugin_data,
|
plugin_data,
|
||||||
cached_content,
|
|
||||||
author)
|
author)
|
||||||
VALUES
|
VALUES
|
||||||
('$entry_title',
|
('$entry_title',
|
||||||
@@ -692,7 +691,6 @@
|
|||||||
'$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();
|
||||||
|
|||||||
Reference in New Issue
Block a user