alecpl
2011-04-14 ae1db2239e4c2a67f09ecc6d35b70fc7079425bf
program/steps/addressbook/copy.inc
@@ -5,7 +5,7 @@
 | program/steps/addressbook/copy.inc                                    |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2007, Roundcube Dev. - Switzerland                      |
 | Copyright (C) 2007, The Roundcube Dev Team                            |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -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++;
          }