Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Thu Oct 11 20:39:46 2007 UTC | revision 1.4, Mon Mar 10 18:22:13 2008 UTC | |
|---|---|---|
| # | Line 11 | Line 11 |
| 11 | * Needed because CiviCRM forms are rendered as HTML rather than passing | * Needed because CiviCRM forms are rendered as HTML rather than passing |
| 12 | * through Drupal's Forms API. | * through Drupal's Forms API. |
| 13 | */ | */ |
| 14 | function civicrm_localize_form_alter($form_id, &$form) { | function civicrm_localize_form_alter(&$form, $form_state, $form_id) { |
| 15 | switch ($form_id) { | switch ($form_id) { |
| 16 | case 'user_register': | case 'user_register': |
| 17 | case 'user_edit': | case 'user_edit': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |