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:
5752b04
)
Cleaned up print statements
author
Chris Doten
<cdoten@ndi.org>
Sat, 4 May 2013 22:44:05 +0000
(22:44 +0000)
committer
Chris Doten
<cdoten@ndi.org>
Sat, 4 May 2013 22:44:05 +0000
(22:44 +0000)
CRM/Report/Form/Member/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Detail.php
b/CRM/Report/Form/Member/Detail.php
index f2aef32b649165682907c1b66903273c9dc1920d..e1c7a55365c96e265eb17e23beec2d1f444f2d71 100644
(file)
--- a/
CRM/Report/Form/Member/Detail.php
+++ b/
CRM/Report/Form/Member/Detail.php
@@
-444,10
+444,7
@@
class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
// get the acl clauses built before we assemble the query
$this->buildACLClause($this->_aliases['civicrm_contact']);
- print_r("!!!! I'm about to build my query\n");
$sql = $this->buildQuery(TRUE);
-
- print_r("My SQL is currently " . $sql);
$rows = array();
$this->buildRows($sql, $rows);