Index: trunk/phase3/maintenance/convertLinks.inc |
— | — | @@ -8,8 +8,8 @@ |
9 | 9 | /** */ |
10 | 10 | function convertLinks() { |
11 | 11 | 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"; |
14 | 14 | return; |
15 | 15 | } |
16 | 16 | |