@ -35,6 +35,8 @@ function fulcrm_mailshot_user_mailshots( $page = 1 ) {
'page_size' => $page_size,
'page' => $page,
'completed__isnull' => false,
'archived__isnull' => true,
'campaign__archived__isnull' => true,
'expand' => implode( ',', array( 'campaign',
'campaign.d',
) ) ) );