1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 00:11:28 +00:00

pref-prefs: blacklist HEADLINES_SMART_DATE

This commit is contained in:
Andrew Dolgov
2011-03-28 12:17:40 +04:00
parent ef1805f8b7
commit 1dc52ae7b3
2 changed files with 3 additions and 2 deletions

View File

@@ -2190,7 +2190,7 @@
$dt = new DateTime($timestamp, new DateTimeZone('UTC'));
$user_timestamp = $dt->format('U') + $user_tz->getOffset($dt);
if (!$no_smart_dt && get_pref($link, 'HEADLINES_SMART_DATE', $owner_uid)) {
if (!$no_smart_dt) {
return smart_date_time($link, $user_timestamp,
$user_tz->getOffset($dt), $owner_uid);
} else {