This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Implements form_alter(); | |
* @param type $form | |
* @param type $form_state | |
* @param type $form_id | |
*/ | |
function common_form_alter(&$form, &$form_state, $form_id) { |