r16872 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16871‎ | r16872 | r16873 >
Date:19:22, 8 October 2006
Author:greg
Status:old
Tags:
Comment:
Fix spelling for proper db match.
Modified paths:
  • /trunk/phase3/maintenance/convertLinks.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/convertLinks.inc
@@ -8,8 +8,8 @@
99 /** */
1010 function convertLinks() {
1111 global $wgDBtype;
12 - if( $wgDBtype == 'PostgreSQL' ) {
13 - print "Links table already ok on PostgreSQL.\n";
 12+ if( $wgDBtype == 'postgres' ) {
 13+ print "Links table already ok on Postgres.\n";
1414 return;
1515 }
1616