aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/dba.php')
-rw-r--r--include/dba.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/dba.php b/include/dba.php
index 32f1ac3ed..70c27515c 100644
--- a/include/dba.php
+++ b/include/dba.php
@@ -215,10 +215,3 @@ function dbesc_array(&$arr) {
}}
-if(! function_exists('closedb')) {
-function closedb() {
- global $db;
- if($db && $db->connected)
- $db->close();
-}}
-