function extlink_extra_form_alter in External Links Extra 7
Implementation of hook_form_alter().
File
- ./
extlink_extra.module, line 119 - This module adds some extra functionality to the External Links module.
Code
function extlink_extra_form_alter(&$form, &$form_state, $form_id) {
}