You are here

function uc_file_action_order_email_form in Ubercart 6.2

See also

uc_file_action_order_email()

File

uc_file/uc_file.ca.inc, line 199
This file contains the Conditional Actions hooks and functions necessary to make the file-related entity, conditions, events, and actions work.

Code

function uc_file_action_order_email_form($form_state, $settings = array()) {
  return ca_build_email_form($form_state, $settings, array(
    'global',
    'uc_file',
  ));
}