You are here

function clients_flickr_edit_submit_handler in Web Service Clients 7

Same name and namespace in other branches
  1. 6 backends/clients_flickr/clients_flickr.module \clients_flickr_edit_submit_handler()

Submit handler

Return value

array Form

1 string reference to 'clients_flickr_edit_submit_handler'
clients_flickr_config in backends/clients_flickr/clients_flickr.module

File

backends/clients_flickr/clients_flickr.module, line 165
Flickr plugin for Clients module

Code

function clients_flickr_edit_submit_handler($form, &$form_state) {

  // TODO: convert to class methods -- see Drupal clients for example.
  // Commented this call out in the meantime, as it's no longer the
  // same function.

  //clients_connection_edit($form_state['values']);
}