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:
26d0a56
)
Update Form.php
author
tschuettler
<tschuettler@oxfam.de>
Mon, 8 Aug 2016 11:43:31 +0000
(13:43 +0200)
committer
GitHub
<noreply@github.com>
Mon, 8 Aug 2016 11:43:31 +0000
(13:43 +0200)
Duplicate assginment
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 04be6ad607de867f000cc8275268315c55692348..257ffd53f96ace716aa15be232d706af343f2907 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-2559,7
+2559,6
@@
WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND
elseif ($this->_outputMode == 'copy' && $this->_criteriaForm) {
$this->_createNew = TRUE;
}
- $this->assign('outputMode', $this->_outputMode);
$this->assign('outputMode', $this->_outputMode);
$this->assign('printOnly', $printOnly);