]> git.wh0rd.org Git - 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:45 +0000 (13:57 +0300)
functions.php

index 523c74944d14a465f8694b5dbfb44ded42fa60b9..ff6011e8d67e4ae65dc246ff2c27638c4f709604 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) {