Remove closedb()

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

View file

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