From 266794547bdc2325a21eb72bbae57df6f6c49ffc Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 2 Jan 2008 17:27:51 +0000 Subject: Fixed typo, fixes #526, props andrewbillits git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1176 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/wp-db.php') diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index adadc31..fae9bbc 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -63,7 +63,7 @@ class wpdb { $this->show_errors(); $this->charset = 'utf8'; - $this->collete = 'utf8'; + $this->collate = 'utf8'; if ( defined('DB_CHARSET') ) $this->charset = DB_CHARSET; -- cgit