X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerDBConnect.php;h=3bacb76e9978cdf02938620e4c51f201063d6bd9;hb=a89f844919271da2e7c4d2a540de6d0f516d845a;hp=7546bdf9d2f6b68799f45b2f23c655786e31eac5;hpb=672808c859d570fc66f8cf927237ea3f1e78eb9e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerDBConnect.php b/includes/installer/WebInstallerDBConnect.php index 7546bdf9d2..3bacb76e99 100644 --- a/includes/installer/WebInstallerDBConnect.php +++ b/includes/installer/WebInstallerDBConnect.php @@ -48,8 +48,7 @@ class WebInstallerDBConnect extends WebInstallerPage { $settings = ''; $defaultType = $this->getVar( 'wgDBtype' ); - // Messages: config-dbsupport-mysql, config-dbsupport-postgres, config-dbsupport-oracle, - // config-dbsupport-sqlite, config-dbsupport-mssql + // Messages: config-dbsupport-mysql, config-dbsupport-postgres, config-dbsupport-sqlite $dbSupport = ''; foreach ( Installer::getDBTypes() as $type ) { $dbSupport .= wfMessage( "config-dbsupport-$type" )->plain() . "\n"; @@ -78,8 +77,7 @@ class WebInstallerDBConnect extends WebInstallerPage { ) . "\n"; - // Messages: config-header-mysql, config-header-postgres, config-header-oracle, - // config-header-sqlite + // Messages: config-header-mysql, config-header-postgres, config-header-sqlite $settings .= Html::openElement( 'div', [