summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/wp-db.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 12:04:47 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 12:04:47 +0000
commitbcd73bd794e2ab0f6a00b091c71e1a1a5fa5c1f4 (patch)
tree958bdabeca4b0f9c1f0d5f398a290adc7237ce7b /wp-inst/wp-includes/wp-db.php
parent548bc96ced85963fa53003185b0a2bcb54ea3b18 (diff)
Removed Smarty files.
Remove unused variables. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@84 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/wp-db.php')
-rw-r--r--wp-inst/wp-includes/wp-db.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/wp-inst/wp-includes/wp-db.php b/wp-inst/wp-includes/wp-db.php
index c23b90c..73da0a7 100644
--- a/wp-inst/wp-includes/wp-db.php
+++ b/wp-inst/wp-includes/wp-db.php
@@ -59,10 +59,6 @@ class wpdb {
<p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='http://wordpress.org/support/'>WordPress Support Forums</a>.</p>
");
}
- $this->db_host = $dbhost;
- $this->db_user = $dbuser;
- $this->db_password = $dbpass;
- $this->db_name = $dbname;
$this->select($dbname, $this->dbh);
}