You are here

function _submit_cancel in Lightweight Directory Access Protocol (LDAP) 6

Dummy submit hook. Allows us to cancel the current form action.

4 string references to '_submit_cancel'
ldap_api_activate_server_form in ./ldap_server.admin.inc
activate Server implimentation of hook_form(). Creating the actual form itself happens here.
ldap_api_deactivate_server_form in ./ldap_server.admin.inc
deactivate Server implimentation of hook_form(). Creating the actual form itself happens here.
ldap_api_delete_server_form in ./ldap_server.admin.inc
Delete Server implimentation of hook_form(). Creating the actual form itself happens here.
ldap_api_edit_server_form in ./ldap_server.admin.inc
Server Add/Edit/Modify implimentation of hook_form(). Creating the actual form itself happens here.

File

./ldap_server.admin.inc, line 483

Code

function _submit_cancel() {
}