Tidy up some unused variables and such
[lhc/web/wiklou.git] / includes / installer / MysqlInstaller.php
index 84f20fc..7ef8ddf 100644 (file)
@@ -494,7 +494,6 @@ class MysqlInstaller extends DatabaseInstaller {
                }
 
                // Try to grant to all the users we know exist or we were able to create
-               $escPass = $this->db->addQuotes( $password );
                $dbAllTables = $this->db->addIdentifierQuotes( $dbName ) . '.*';
                foreach( $grantableNames as $name ) {
                        try {