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:
303299d
)
CRM-18085 remove redundant code line
author
eileen
<emcnaughton@wikimedia.org>
Mon, 22 Feb 2016 21:57:27 +0000
(10:57 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Mon, 22 Feb 2016 21:57:27 +0000
(10:57 +1300)
Change-Id: Ib312f987253661dfbea6f8a82e7c592f68367178
CRM/Report/Form/Contribute/Lybunt.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Contribute/Lybunt.php
b/CRM/Report/Form/Contribute/Lybunt.php
index 2b9580d60eeaad769092c6de5fef1c8c46d5761f..3dd93e524201c8eb8050f6d21110641387df2c1e 100644
(file)
--- a/
CRM/Report/Form/Contribute/Lybunt.php
+++ b/
CRM/Report/Form/Contribute/Lybunt.php
@@
-599,8
+599,6
@@
class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form {
* This function is called by both the api (tests) and the UI.
*/
public function beginPostProcessCommon() {
- // Call this first so we can construct the WHERE temp table before we get into the FROM stuff.
- $this->storeWhereHavingClauseArray();
$this->buildQuery();
// @todo this acl has no test coverage and is very hard to test manually so could be fragile.
$this->getPermissionedFTQuery($this);