diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 13:57:24 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 13:57:45 +0300 |
| commit | 1224d2f8679915168e9edbd8750e55e51ca925aa (patch) | |
| tree | 65e7c19d55ebf24c6e0476fc91c79909e186b580 | |
| parent | cf7dc81c70cc0b25fa33baf9feb4e36f913de342 (diff) | |
get_script_dt_add: always force refresh of scripts
| -rw-r--r-- | functions.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/functions.php b/functions.php index 523c74944..ff6011e8d 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) { |