]> git.wh0rd.org - tt-rss.git/commitdiff
get_script_dt_add: always force refresh of scripts
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 10:57:24 +0000 (13:57 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 10:57:24 +0000 (13:57 +0300)
functions.php

index 80488b09f9b7d3c1294a2f73f457848c4b0f9421..ec814a355e0924badc0d226200fa693eea3eb921 100644 (file)
        }
 
        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) {