undo last checkin

This commit is contained in:
Friendika 2011-07-05 18:21:56 -07:00
parent 1a4a6b5ff9
commit db30a2342c
3 changed files with 0 additions and 9 deletions

View file

@ -215,10 +215,3 @@ function dbesc_array(&$arr) {
}}
if(! function_exists('closedb')) {
function closedb() {
global $db;
if($db && $db->connected)
$db->close();
}}