add temporary hack to store original unhashed guid into cached_content for debugging
This commit is contained in:
parent
9e77d9a879
commit
8096e309a5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue