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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user