program/steps/addressbook/copy.inc
@@ -48,7 +48,7 @@ 'record' => $a_record, 'source' => $target, 'group' => $target_group)); if (!$plugin['abort']) { if ($insert_id = $TARGET->insert($a_record, false)) { if ($insert_id = $TARGET->insert($plugin['record'], false)) { $ids[] = $insert_id; $success++; }