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_Mysql_Driver.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'installer/libraries/Install_Mysql_Driver.php') diff --git a/installer/libraries/Install_Mysql_Driver.php b/installer/libraries/Install_Mysql_Driver.php index d380b140..6ddfd1fc 100644 --- a/installer/libraries/Install_Mysql_Driver.php +++ b/installer/libraries/Install_Mysql_Driver.php @@ -1,4 +1,4 @@ -_link = @mysql_connect($server, $user, $password); if (!$this->_link) { @@ -60,7 +60,7 @@ class Install_Mysql_Driver { } return $permissions; } - + public function select_db($dbname) { mysql_select_db($dbname); } -- cgit v1.2.3