From c995f7ce676780156de564fbc5471c8aa8069ff5 Mon Sep 17 00:00:00 2001 From: Indieteq Date: Fri, 3 Jan 2014 15:46:37 +0100 Subject: Update Db.class.php --- Db.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Db.class.php b/Db.class.php index 4780607..53f0d72 100644 --- a/Db.class.php +++ b/Db.class.php @@ -79,7 +79,7 @@ class DB * You can use this little method if you want to close the PDO connection * */ - private function CloseConnection() + public function CloseConnection() { # Set the PDO object to null to close the connection # http://www.php.net/manual/en/pdo.connections.php -- cgit v1.1