From 4a250a1a685ebb8b2d7ffe6b5ef6747b71770791 Mon Sep 17 00:00:00 2001 From: franzz Date: Fri, 18 Dec 2015 11:35:15 +0100 Subject: [PATCH] force update --- inc/spot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/spot.php b/inc/spot.php index b374db8..d4cbf66 100755 --- a/inc/spot.php +++ b/inc/spot.php @@ -143,7 +143,7 @@ class Spot extends Main //Check last message & update feed if necessary (max once a day) $sLastMsg = $this->oMySql->selectValue(self::FEED_TABLE, 'led', array('ref_feed_id'=>$sRefFeedId)); - if(mb_substr($sLastMsg, 0, 10) != date('Y-m-d')) + if(mb_substr($sLastMsg, 0, 10) != date('Y-m-d') || true) { $this->updateFeed($sRefFeedId); }