From 4adff591692247debc4089e3a2f1e8fda735d502 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 13 Jan 2009 01:00:40 +0000 Subject: Fix preambles --- installer/libraries/Install_Mysqli_Driver.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installer/libraries/Install_Mysqli_Driver.php') diff --git a/installer/libraries/Install_Mysqli_Driver.php b/installer/libraries/Install_Mysqli_Driver.php index 43894722..257d8ea6 100644 --- a/installer/libraries/Install_Mysqli_Driver.php +++ b/installer/libraries/Install_Mysqli_Driver.php @@ -1,4 +1,4 @@ -_mysqli = @mysqli_connect($server, $user, $password); if (!$this->_mysqli) { @@ -39,7 +39,7 @@ class Install_Mysqli_Driver { $this->_mysqli = null; } } - + public function list_dbs() { $db_list = $this->_mysqli->query("SHOW DATABASES"); $databases = array(); @@ -65,7 +65,7 @@ class Install_Mysqli_Driver { } return $permissions; } - + public function select_db($dbname) { $this->_mysqli->select_db($dbname); } -- cgit v1.2.3