Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -393,7 +393,6 @@ |
394 | 394 | /** Environment check for DB types */ |
395 | 395 | function envCheckDB() { |
396 | 396 | $compiledDBs = array(); |
397 | | - $haveDl = $this->haveDl(); |
398 | 397 | $goodNames = array(); |
399 | 398 | $allNames = array(); |
400 | 399 | foreach ( $this->dbTypes as $name ) { |