thomascube
2011-01-18 0501b637a3177cce441166b5fcfe27c9bd9fbe0f
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++;
          }