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:
e05e0db
)
a couple of comment fixes
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 26 Mar 2015 00:47:44 +0000
(13:47 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 26 Mar 2015 00:47:44 +0000
(13:47 +1300)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 9b10b4ff26ac2d2dc9616686303f767451b14601..70b813c51600eb473d127dd6527f5f9e66286f5c 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-1844,6
+1844,8
@@
class CRM_Report_Form extends CRM_Core_Form {
}
/**
+ * Possibly unused function.
+ *
* @todo - could not find any instances where this is called
*
* @param bool $relative
@@
-1877,6
+1879,8
@@
class CRM_Report_Form extends CRM_Core_Form {
}
/**
+ * Get values for from and to for date ranges.
+ *
* @param bool $relative
* @param string $from
* @param string $to
@@
-1915,7
+1919,9
@@
class CRM_Report_Form extends CRM_Core_Form {
}
/**
- * @param $rows
+ * Alter the way in which custom data fields are displayed.
+ *
+ * @param array $rows
*/
public function alterCustomDataDisplay(&$rows) {
// custom code to alter rows having custom values