summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.php b/functions.php
index baf302de3..c81026ae4 100644
--- a/functions.php
+++ b/functions.php
@@ -2920,10 +2920,6 @@
return $ret_arr;
}
- function get_script_dt_add() {
- return time();
- }
-
function get_pgsql_version($link) {
$result = db_query($link, "SELECT version() AS version");
$version = split(" ", db_fetch_result($result, 0, "version"));
@@ -5083,8 +5079,6 @@
$rtl_content = false;
}
- $script_dt_add = get_script_dt_add();
-
/// START /////////////////////////////////////////////////////////////////////////////////
@$search = db_escape_string($_REQUEST["query"]);