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:
7a4192f
)
comment fix
author
eileenmcnaugton
<eileen@fuzion.co.nz>
Fri, 4 Sep 2015 00:33:39 +0000
(12:33 +1200)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Fri, 4 Sep 2015 00:33:39 +0000
(12:33 +1200)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 4d3bc4bdc26dcdd6563737129b86d3fc66f720d5..0f7468c199e03a5ca4dd2de40119075d0d7c2fc5 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-3835,8
+3835,9
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
}
/**
- * Check for empty order_by configurations and remove them; also set
- * template to hide them.
+ * Check for empty order_by configurations and remove them.
+ *
+ * Also set template to hide them.
*
* @param array $formValues
*/