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:
631be2b
)
fixed code style
author
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 19:43:47 +0000
(20:43 +0100)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 19:43:47 +0000
(20:43 +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 51e8ba31087a815492fed70fd26f32f6b27fbc7d..de439a71e92488325cf691d31af7fb92f6e2f2f5 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;
}