replace fixes:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Sep 2004 08:37:50 +0000 (08:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Sep 2004 08:37:50 +0000 (08:37 +0000)
commit631eda22a1e873ea7c91c58d68df072ff66d2f54
tree5b9a2c9b8607d345e85b2ec4245dc3c3decbf9c9
parentcbfdfb60dd6cee5bc37f8d6e98cf5cd8dbd20a8c
replace fixes:
* use array_keys() instead of array_flip() to get the keys, since the latter fails with NULL data
* where there is a single-column unique index, don't forget the initial paren since it's going to get closed [fix for <math> rendering]
includes/DatabasePostgreSQL.php