From db30a2342ceecbaed0b72e02d37422700b0d588a Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 5 Jul 2011 18:21:56 -0700 Subject: undo last checkin --- boot.php | 1 - include/dba.php | 7 ------- index.php | 1 - 3 files changed, 9 deletions(-) diff --git a/boot.php b/boot.php index 5efba4acc..c95e24dc1 100644 --- a/boot.php +++ b/boot.php @@ -989,7 +989,6 @@ function autoname($len) { if(! function_exists('killme')) { function killme() { session_write_close(); - closedb(); exit; }} 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(); -}} - diff --git a/index.php b/index.php index a0a0bc779..2e24c5b01 100644 --- a/index.php +++ b/index.php @@ -326,5 +326,4 @@ else require_once(str_replace($lang . '/', '', $template)); session_write_close(); -closedb(); exit; -- cgit v1.2.3