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:24 +0300
commit3ac60b765aa647eef1bdf9bd884b83225f0f97cd (patch)
tree423664122537366986cccbe18fca41afdda4cd57
parentb871dd06e12048502dff8436b14fb1271db97f6a (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 80488b09f..ec814a355 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) {