You are here

function autoupload_custom_ajax in AutoUpload 7

Menu callback to display a new custom configuration combo input.

1 string reference to 'autoupload_custom_ajax'
autoupload_admin_form in ./autoupload.admin.inc
Form builder for the autoupload settings page.

File

./autoupload.admin.inc, line 234
Contains the administrative functions of the autoupload module.

Code

function autoupload_custom_ajax($form, &$form_state) {
  return $form['custom']['custom_type'];
}