get_script_dt_add: always force refresh of scripts
This commit is contained in:
parent
cf7dc81c70
commit
1224d2f867
|
@ -2745,11 +2745,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_script_dt_add() {
|
function get_script_dt_add() {
|
||||||
if (strpos(VERSION, ".99") === false) {
|
/* if (strpos(VERSION, ".99") === false) {
|
||||||
return VERSION;
|
return VERSION;
|
||||||
} else {
|
} else {
|
||||||
return time();
|
return time();
|
||||||
}
|
} */
|
||||||
|
return time();
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_pgsql_version($link) {
|
function get_pgsql_version($link) {
|
||||||
|
|
Loading…
Reference in New Issue