projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d47034
)
Checkstyle fix - one pesky whitespace
author
JKingsnorth
<john@johnkingsnorth.co.uk>
Wed, 5 Aug 2015 09:31:05 +0000
(10:31 +0100)
committer
JKingsnorth
<john@johnkingsnorth.co.uk>
Wed, 5 Aug 2015 09:31:05 +0000
(10:31 +0100)
api/v3/GroupContact.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/GroupContact.php
b/api/v3/GroupContact.php
index 98efb573bb49ff5b726fd2dae47cab7a4be1e3a9..824afc828447627a74ce4f36162311da5a85c71f 100644
(file)
--- a/
api/v3/GroupContact.php
+++ b/
api/v3/GroupContact.php
@@
-190,7
+190,7
@@
function _civicrm_api3_group_contact_common($params, $op = 'Added') {
$contactIDs = array();
$groupIDs = array();
- // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format
+ // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format
// (contact_id.1, contact_id.2) or as an array
foreach ($params as $n => $v) {
if (substr($n, 0, 10) == 'contact_id') {