text from mysql_error() in noconnect
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 15 Jun 2004 15:10:39 +0000 (15:10 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 15 Jun 2004 15:10:39 +0000 (15:10 +0000)
languages/Language.php

index 64387d7..0f04485 100644 (file)
@@ -357,7 +357,8 @@ The last attempted database query was:
 \"$1\"
 from within function \"$2\".
 MySQL returned error \"$3: $4\".\n",
-'noconnect'            => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.',
+'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.',
 'readonly'             => 'Database locked',