diff --git a/config/index.php b/config/index.php index 52b44416795..591f7d68fbc 100644 --- a/config/index.php +++ b/config/index.php @@ -612,6 +612,11 @@ print "
If you need to share one database between multiple wikis, or @@ -1632,6 +1642,10 @@ function writeLocalSettings( $conf ) { $dbsettings = "# SQLite-specific settings \$wgSQLiteDataDir = \"{$slconf['SQLiteDataDir']}\";"; + } elseif( $conf->DBtype == 'mssql' ) { + $dbsettings = +"# MSSQL specific settings +\$wgDBprefix = \"{$slconf['DBprefix2']}\";"; } else { // ummm... :D $dbsettings = '';