Changeset 1f052f0 in github for program/steps/addressbook/groups.inc
- Timestamp:
- Nov 23, 2010 3:18:39 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 617623f
- Parents:
- 57388f9
- File:
-
- 1 edited
-
program/steps/addressbook/groups.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/addressbook/groups.inc
rc50d887 r1f052f0 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.
