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:
3965ae7
)
fixed code style2
author
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 19:47:15 +0000
(20:47 +0100)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 19:47:15 +0000
(20:47 +0100)
CRM/Contact/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/AJAX.php
b/CRM/Contact/Page/AJAX.php
index de439a71e92488325cf691d31af7fb92f6e2f2f5..26c4fc749874b7aba067d75e7582cd6bd182e077 100644
(file)
--- a/
CRM/Contact/Page/AJAX.php
+++ b/
CRM/Contact/Page/AJAX.php
@@
-1074,7
+1074,7
@@
LIMIT {$offset}, {$rowCount}
$params['contact_id'] = $contactID;
$params['context'] = $context;
- if ($relationship_type_id){
+ if ($relationship_type_id)
{
$params['relationship_type_id'] = $relationship_type_id;
}