Fix spelling for proper db match.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 8 Oct 2006 19:22:41 +0000 (19:22 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 8 Oct 2006 19:22:41 +0000 (19:22 +0000)
maintenance/convertLinks.inc

index f0d2c43..5f8c27a 100644 (file)
@@ -8,8 +8,8 @@
 /** */
 function convertLinks() {
        global $wgDBtype;
-       if( $wgDBtype == 'PostgreSQL' ) {
-               print "Links table already ok on PostgreSQL.\n";
+       if( $wgDBtype == 'postgres' ) {
+               print "Links table already ok on Postgres.\n";
                return;
        }