* Followup r78450: just use selectField() instead of pg_fetch_result() with a raw...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Dec 2010 13:56:20 +0000 (13:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Dec 2010 13:56:20 +0000 (13:56 +0000)
commita854a0efbe5deb2c731947e8242f42bc32fd6dd6
tree1e48fac9c2b23cc7bc11ecb6e8b22d37c7bf0e7f
parentaf5e002d253c54c3a7f13976ec1753da57bc7001
* Followup r78450: just use selectField() instead of pg_fetch_result() with a raw doQuery()
* Remove useless isset() check, this will always be set with some default in DefaultSettings.php
includes/installer/DatabaseUpdater.php
includes/installer/PostgresUpdater.php