These blogs do not show for moderators. Doubt they should on the dashboard, but they should show in the "list all" shouldn't they?
if (! $this->memberData['g_is_supmod'])
{
$query[] = "( ( b.blog_owner_only=1 AND b.member_id=" . intval( $this->memberData['member_id'] ) . " ) OR b.blog_owner_only=0 ) AND ( b.blog_authorized_users LIKE '%," . intval( $this->memberData['member_id'] ) . ",%' OR b.blog_authorized_users IS NULL )";
}