From d1b1856016e662f21fc8e94642231c9031892960 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 26 Apr 2004 02:54:06 +0000 Subject: [PATCH] Updated to use the latest and greatest. git-svn-id: https://develop.svn.wordpress.org/trunk@1180 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 223 +++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 144 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 452d3c3e32..75fb1f5619 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -1,34 +1,30 @@ dbh = @mysql_connect($dbhost,$dbuser,$dbpassword); - if ( ! $this->dbh ) { + if (!$this->dbh) { die("

Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.