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