projects
/
WP-Plugins
/
glm-member-db-leads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df63485
)
remove the debug
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 11 Jul 2016 13:04:41 +0000
(09:04 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 11 Jul 2016 13:04:41 +0000
(09:04 -0400)
clean up
models/admin/leads/index.php
patch
|
blob
|
history
diff --git
a/models/admin/leads/index.php
b/models/admin/leads/index.php
index
824f0ba
..
d70b5c8
100644
(file)
--- a/
models/admin/leads/index.php
+++ b/
models/admin/leads/index.php
@@
-152,7
+152,7
@@
class GlmMembersAdmin_leads_index extends GlmDataLeadEntry
} else if ( $search_params['to_date'] ) {
}
$where = implode( ' AND ', $where_parts );
- echo '<pre>$where: ' . print_r( $where, true ) . '</pre>';
+
//
echo '<pre>$where: ' . print_r( $where, true ) . '</pre>';
$order = "T.lname, T.fname";
$leads = $this->getList( $where, $order );
} else {