1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 20:51:30 +00:00

modify sorting by date_entered: set date_entered per-batch; use updated as a secondary criteria

This commit is contained in:
Andrew Dolgov
2013-03-27 13:34:04 +04:00
parent 69ad8b683b
commit be574731fc
3 changed files with 19 additions and 16 deletions

View File

@@ -224,6 +224,8 @@
$simplepie_cache_dir = CACHE_DIR . "/simplepie";
$date_feed_processed = date('Y-m-d H:i');
if (!is_dir($simplepie_cache_dir)) {
mkdir($simplepie_cache_dir);
}
@@ -626,7 +628,7 @@
'',
$no_orig_date,
NOW(),
NOW(),
'$date_feed_processed',
'$entry_comments',
'$num_comments',
'$entry_plugin_data',