diff options
author | Indieteq <admin@indieteq.com> | 2014-01-03 15:46:37 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2014-01-03 15:46:37 +0100 |
commit | c995f7ce676780156de564fbc5471c8aa8069ff5 (patch) | |
tree | 15d49bfb7361e7f469bdeb57165e50ba92ab6929 /Db.class.php | |
parent | 5d5cd89a6ce41568d4a1be809390b7fcdb2cb6d6 (diff) | |
download | php-mysql-pdo-database-class-c995f7ce676780156de564fbc5471c8aa8069ff5.zip php-mysql-pdo-database-class-c995f7ce676780156de564fbc5471c8aa8069ff5.tar.gz php-mysql-pdo-database-class-c995f7ce676780156de564fbc5471c8aa8069ff5.tar.bz2 |
Update Db.class.php
Diffstat (limited to 'Db.class.php')
-rw-r--r-- | Db.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |