From f4ec1fb16282d65b322bd85c5e067e296e78cbaf Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 15 Jun 2004 15:10:39 +0000 Subject: [PATCH] text from mysql_error() in noconnect --- languages/Language.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index 64387d72fe..0f0448558d 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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.
+$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', -- 2.20.1