From d1174c0013283b8dc16c5349eac995fe2a1039ad Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 26 Oct 2007 16:50:19 +0000 Subject: Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wpmu-settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wpmu-settings.php') diff --git a/wpmu-settings.php b/wpmu-settings.php index 5a2b3be..d96bbc6 100644 --- a/wpmu-settings.php +++ b/wpmu-settings.php @@ -2,6 +2,7 @@ if( $current_site && $current_blog ) return; +// depreciated $wpmuBaseTablePrefix = $table_prefix; $domain = addslashes( $_SERVER['HTTP_HOST'] ); -- cgit