From: Chad Horohoe Date: Mon, 14 Jun 2010 17:13:47 +0000 (+0000) Subject: Remove unused var X-Git-Tag: 1.31.0-rc.0~36515 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=f41f23915e4f41a46f1548cb8263507765b2a095;p=lhc%2Fweb%2Fwiklou.git Remove unused var --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index cb4b6971e5..9e734a71d5 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -393,7 +393,6 @@ abstract class Installer { /** Environment check for DB types */ function envCheckDB() { $compiledDBs = array(); - $haveDl = $this->haveDl(); $goodNames = array(); $allNames = array(); foreach ( $this->dbTypes as $name ) {