get_script_dt_add: always force refresh of scripts
This commit is contained in:
parent
b871dd06e1
commit
3ac60b765a
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue