Remove unused 'nodb' and 'noconnect'
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 13:13:04 +0000 (13:13 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 13:13:04 +0000 (13:13 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 2450bd3..135a081 100644 (file)
@@ -812,9 +812,6 @@ The last attempted database query was:
 "$1"
 from within function "$2".
 MySQL returned error "$3: $4"',
-'noconnect'            => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.<br />
-$1',
-'nodb'                 => 'Could not select database $1',
 'cachederror'          => 'The following is a cached copy of the requested page, and may not be up to date.',
 'laggedslavemode'      => 'Warning: Page may not contain recent updates.',
 'readonly'             => 'Database locked',
index 0710096..74f27fb 100644 (file)
@@ -316,8 +316,6 @@ $wgMessageStructure = array(
                'databaseerror',
                'dberrortext',
                'dberrortextcl',
-               'noconnect',
-               'nodb',
                'cachederror',
                'laggedslavemode',
                'readonly',