summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 13:57:24 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 13:57:45 +0300
commit1224d2f8679915168e9edbd8750e55e51ca925aa (patch)
tree65e7c19d55ebf24c6e0476fc91c79909e186b580
parentcf7dc81c70cc0b25fa33baf9feb4e36f913de342 (diff)
get_script_dt_add: always force refresh of scripts
-rw-r--r--functions.php5
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) {