From: Greg Sabino Mullane Date: Sun, 8 Oct 2006 19:22:41 +0000 (+0000) Subject: Fix spelling for proper db match. X-Git-Tag: 1.31.0-rc.0~55575 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=e9c0ed3820e31f9ebdd9e90ddbe0ce0f663b3d50;p=lhc%2Fweb%2Fwiklou.git Fix spelling for proper db match. --- diff --git a/maintenance/convertLinks.inc b/maintenance/convertLinks.inc index f0d2c439fe..5f8c27a542 100644 --- a/maintenance/convertLinks.inc +++ b/maintenance/convertLinks.inc @@ -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; }