Changeset 4252 in subversion
- Timestamp:
- Nov 23, 2010 3:18:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/addressbook/groups.inc
r4172 r4252 80 80 if ($created && $OUTPUT->ajax_call) { 81 81 $OUTPUT->show_message('groupcreated', 'confirmation'); 82 $OUTPUT->command('insert_contact_group', array('source' => $created)); 82 $OUTPUT->command('insert_contact_group', array( 83 'source' => $source, 'id' => $created['id'], 'name' => $created['name'])); 83 84 } 84 85 else if (!$created) { … … 99 100 if ($newname && $OUTPUT->ajax_call) { 100 101 $OUTPUT->show_message('grouprenamed', 'confirmation'); 101 $OUTPUT->command('update_contact_group', array('source' => $source, 'id' => $gid, 'name' => $newname)); 102 $OUTPUT->command('update_contact_group', array( 103 'source' => $source, 'id' => $gid, 'name' => $newname)); 102 104 } 103 105 else if (!$newname)
Note: See TracChangeset
for help on using the changeset viewer.
