Ignore:
Timestamp:
Nov 25, 2010 1:47:13 PM (3 years ago)
Author:
thomasb
Message:

Fix group creation; add texts for new address fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-addressbook/program/steps/addressbook/groups.inc

    r4172 r4268  
    8080  if ($created && $OUTPUT->ajax_call) { 
    8181    $OUTPUT->show_message('groupcreated', 'confirmation'); 
    82     $OUTPUT->command('insert_contact_group', array('source' => $created)); 
     82    $OUTPUT->command('insert_contact_group', array('source' => $source) + $created); 
    8383  } 
    8484  else if (!$created) { 
Note: See TracChangeset for help on using the changeset viewer.