function eloqua_webform_install in Eloqua 7.2
Same name and namespace in other branches
- 7 eloqua_webform/eloqua_webform.install \eloqua_webform_install()
Implements hook_install().
File
- eloqua_webform/
eloqua_webform.install, line 114 - Eloqua Webform install, schema, uninstall and update hooks.
Code
function eloqua_webform_install() {
variable_set('eloqua_webform_process_submit', 0);
}