/[drupal]/contributions/modules/civicrm_localize/civicrm_localize.module
ViewVC logotype

Diff of /contributions/modules/civicrm_localize/civicrm_localize.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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':

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2