function clients_flickr_edit_submit_handler in Web Service Clients 6
Same name and namespace in other branches
- 7 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 157 - Flickr plugin for Clients module @author Django Beatty - adub
Code
function clients_flickr_edit_submit_handler($form, &$form_state) {
clients_connection_edit($form_state['values']);
}