From 248ce3ebce0d5a38271b7b8a767a7ee12bec4329 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 18 Jan 2009 23:55:35 +0000 Subject: Remove access rights check; fix a bug in determining the path to var/database.php --- installer/libraries/Install_Mysqli_Driver.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/libraries') diff --git a/installer/libraries/Install_Mysqli_Driver.php b/installer/libraries/Install_Mysqli_Driver.php index 257d8ea6..9eaaf1fc 100644 --- a/installer/libraries/Install_Mysqli_Driver.php +++ b/installer/libraries/Install_Mysqli_Driver.php @@ -56,6 +56,7 @@ class Install_Mysqli_Driver { " FROM `information_schema`.`schema_privileges`" . " WHERE `GRANTEE` = '\\'{$this->_user}\\'@\\'{$this->_server}\\''" . " AND `TABLE_SCHEMA` = '$dbname';"; + print $select; $privileges = $this->_mysqli->query($select); $permissions = array(); if ($privileges) { -- cgit v1.2.3