Index: src/wp-includes/ms-blogs.php
===================================================================
--- src/wp-includes/ms-blogs.php	(revision 38824)
+++ src/wp-includes/ms-blogs.php	(working copy)
@@ -266,7 +266,7 @@
 		$blog_id = get_current_blog_id();
 	}
 
-	$details = get_blog_details( $blog_id, false );
+	$details = get_site( $blog_id );
 	if ( ! $details ) {
 		// Make sure clean_blog_cache() gets the blog ID
 		// when the blog has been previously cached as
@@ -310,7 +310,7 @@
 	if ( is_object($details) )
 		$details = get_object_vars($details);
 
-	$current_details = get_blog_details($blog_id, false);
+	$current_details = get_site( $blog_id );
 	if ( empty($current_details) )
 		return false;
 
@@ -1038,7 +1038,7 @@
 function get_blog_status( $id, $pref ) {
 	global $wpdb;
 
-	$details = get_blog_details( $id, false );
+	$details = get_site( $id );
 	if ( $details )
 		return $details->$pref;
 
