remove get_script_dt_add()
This commit is contained in:
parent
d7a15ad034
commit
811bea0522
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
login_sequence($link);
|
login_sequence($link);
|
||||||
|
|
||||||
$dt_add = get_script_dt_add();
|
$dt_add = time();
|
||||||
|
|
||||||
no_cache_incantation();
|
no_cache_incantation();
|
||||||
|
|
||||||
|
|
|
@ -2920,10 +2920,6 @@
|
||||||
return $ret_arr;
|
return $ret_arr;
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_script_dt_add() {
|
|
||||||
return time();
|
|
||||||
}
|
|
||||||
|
|
||||||
function get_pgsql_version($link) {
|
function get_pgsql_version($link) {
|
||||||
$result = db_query($link, "SELECT version() AS version");
|
$result = db_query($link, "SELECT version() AS version");
|
||||||
$version = split(" ", db_fetch_result($result, 0, "version"));
|
$version = split(" ", db_fetch_result($result, 0, "version"));
|
||||||
|
@ -5083,8 +5079,6 @@
|
||||||
$rtl_content = false;
|
$rtl_content = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$script_dt_add = get_script_dt_add();
|
|
||||||
|
|
||||||
/// START /////////////////////////////////////////////////////////////////////////////////
|
/// START /////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
@$search = db_escape_string($_REQUEST["query"]);
|
@$search = db_escape_string($_REQUEST["query"]);
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
login_sequence($link);
|
login_sequence($link);
|
||||||
|
|
||||||
$dt_add = get_script_dt_add();
|
$dt_add = time();
|
||||||
|
|
||||||
no_cache_incantation();
|
no_cache_incantation();
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
login_sequence($link);
|
login_sequence($link);
|
||||||
|
|
||||||
$dt_add = get_script_dt_add();
|
$dt_add = time();
|
||||||
|
|
||||||
no_cache_incantation();
|
no_cache_incantation();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue