From e17b9a59acddb6f4201eec3dbc7bf0a7986090bc Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 4 May 2009 11:36:59 +0000 Subject: - fix parse error git-svn-id: https://svn.roundcube.net/trunk@2454 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/copy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/addressbook/copy.inc b/roundcubemail/program/steps/addressbook/copy.inc index db407497e..75190a611 100644 --- a/roundcubemail/program/steps/addressbook/copy.inc +++ b/roundcubemail/program/steps/addressbook/copy.inc @@ -31,7 +31,7 @@ if ($cid && preg_match('/^[a-z0-9\-_=]+(,[a-z0-9\-_=]+)*$/i', $cid) && strlen($t $a_record = $plugin['record']; if (!$plugin['abort']) - $success = $TARGET->insert($CONTACTS->search($a_record, true); + $success = $TARGET->insert($CONTACTS->search($a_record, true)); } if (empty($success)) -- cgit v1.2.3