* (bug 14392) Fix regression breaking table prefix in installer
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Jun 2008 21:42:54 +0000 (21:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Jun 2008 21:42:54 +0000 (21:42 +0000)
commit10deba116d7251fe2bf32cccae083c8a689e5655
treec482217bbbab95da27fa07900c07c0404a1d10d3
parentfd34708d0282d3b299aa34670a13268e9ee562d1
* (bug 14392) Fix regression breaking table prefix in installer

Problem was a second DBprefix field in the installer, for the MS SQL-specific options.
This second field would be blank, overwriting the first submission from the MySQL-specific section.
Have renamed that field to DBprefix2, so it won't conflict.
Haven't tested on MSSQL of course. . . ;)
config/index.php