From: Andrew Dolgov Date: Wed, 4 Feb 2009 10:57:24 +0000 (+0300) Subject: get_script_dt_add: always force refresh of scripts X-Git-Tag: 1.3.1~50^2~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1224d2f8679915168e9edbd8750e55e51ca925aa;p=tt-rss.git get_script_dt_add: always force refresh of scripts --- diff --git a/functions.php b/functions.php index 523c7494..ff6011e8 100644 --- a/functions.php +++ b/functions.php @@ -2745,11 +2745,12 @@ } function get_script_dt_add() { - if (strpos(VERSION, ".99") === false) { +/* if (strpos(VERSION, ".99") === false) { return VERSION; } else { return time(); - } + } */ + return time(); } function get_pgsql_version($link) {