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:
cdee943
)
fixed indentation
author
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 15:50:33 +0000
(16:50 +0100)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 17 Feb 2015 15:50:33 +0000
(16:50 +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 e9d2279eb444d39959a26aea6d31184ff7bfbc80..51e8ba31087a815492fed70fd26f32f6b27fbc7d 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;
}