Remove closedb()

This commit is contained in:
Hypolite Petovan 2017-05-12 00:04:37 -04:00
parent 5559df82a6
commit 381e68edc7
3 changed files with 0 additions and 8 deletions

View File

@ -206,7 +206,6 @@ if (!function_exists('killme')) {
function killme()
{
session_write_close();
closedb();
exit;
}
}

View File

@ -165,9 +165,3 @@ function dbesc_array(&$arr)
array_walk($arr, 'dbesc_array_cb');
}
}
function closedb()
{
global $db;
// $db->close();
}

View File

@ -115,6 +115,5 @@ require_once $template;
session_write_close();
closedb();
exit;