function uc_roles_action_user_email_form in Ubercart 6.2
Email settings form.
See also
File
- uc_roles/
uc_roles.ca.inc, line 375 - This file contains the Conditional Actions hooks and functions necessary to make the roles-related entity, conditions, events, and actions work.
Code
function uc_roles_action_user_email_form($form_state, $settings = array()) {
return ca_build_email_form($form_state, $settings, array(
'global',
'uc_roles',
'user',
));
}