Fixed time stamping of new unmarked/unpublished articles

This commit is contained in:
jsoares 2018-01-22 22:41:24 +00:00
parent 36eed4d737
commit 26ad257de5
1 changed files with 2 additions and 2 deletions

View File

@ -945,8 +945,8 @@ class RSSUtils {
$published = 0;
}
$last_marked = ($marked == 'true') ? 'NOW()' : null;
$last_published = ($published == 'true') ? 'NOW()' : null;
$last_marked = ($marked == 1) ? 'NOW()' : 'NULL';
$last_published = ($published == 1) ? 'NOW()' : 'NULL';
$sth = $pdo->prepare(
"INSERT INTO ttrss_user_entries