From: Ævar Arnfjörð Bjarmason Date: Thu, 1 Dec 2005 07:00:11 +0000 (+0000) Subject: * Typo: $dbname => $dbName X-Git-Tag: 1.6.0~1092 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=c2f8e2604a317b6a1e16eddd4c066e50e9348b8c;p=lhc%2Fweb%2Fwiklou.git * Typo: $dbname => $dbName --- diff --git a/includes/Database.php b/includes/Database.php index db22009e94..f573ae06a5 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -284,7 +284,7 @@ class Database { if ( $this->mConn !== false ) { $success = @/**/mysql_select_db( $dbName, $this->mConn ); if ( !$success ) { - $error = "Error selecting database $dbname on server {$this->mServer} " . + $error = "Error selecting database $dbName on server {$this->mServer} " . "from client host {$wguname['nodename']}\n"; wfDebug( $error ); }