function cdn_admin_other_settings_form_validate in CDN 7.2
Same name and namespace in other branches
- 6.2 cdn.admin.inc \cdn_admin_other_settings_form_validate()
Default validate callback for the other settings form.
File
- ./
cdn.admin.inc, line 478 - Settings administration UI.
Code
function cdn_admin_other_settings_form_validate($form, &$form_state) {
// Remove the non-variable.
unset($form_state['values']['cdn_hook_blacklist']);
}