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:
05274f1
)
Report/Form as deepaks pointed out getTitle exists in parent class
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 31 Jan 2014 09:59:55 +0000
(22:59 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 31 Jan 2014 09:59:55 +0000
(22:59 +1300)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index c8db44a89d3a005b88b1f0d0a4a4488e1df5c909..055e0d9b00242b66569b456d5ed8d3130fa7cbf1 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-812,13
+812,6
@@
class CRM_Report_Form extends CRM_Core_Form {
function getDefaultValues() {
return $this->_defaults;
}
- /**
- * Getter for $_title
- * @return string $_title
- */
- function getTitle() {
- return $this->_title;
- }
function addColumns() {
$options = array();