From e9c0ed3820e31f9ebdd9e90ddbe0ce0f663b3d50 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 8 Oct 2006 19:22:41 +0000 Subject: [PATCH] Fix spelling for proper db match. --- maintenance/convertLinks.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1