Index: rolereference.module =================================================================== --- rolereference.module (revision 182) +++ rolereference.module (working copy) @@ -75,7 +75,7 @@ '#description' => t('Leaving all boxes unchecked will make all roles referenceable.'), '#multiple' => TRUE, '#default_value' => is_array($field['referenceable_types']) ? $field['referenceable_types'] : array(), - '#options' => array_map('check_plain', user_roles(TRUE)), + '#options' => array_map('check_plain', user_roles(FALSE)), ); return $form;