projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8863ed8
)
Remove the print_r
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 28 Dec 2017 21:25:27 +0000
(16:25 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 28 Dec 2017 21:27:07 +0000
(16:27 -0500)
for the registrant count
models/admin/registrations/events.php
patch
|
blob
|
history
diff --git
a/models/admin/registrations/events.php
b/models/admin/registrations/events.php
index
a09ae6d
..
68b807e
100644
(file)
--- a/
models/admin/registrations/events.php
+++ b/
models/admin/registrations/events.php
@@
-207,7
+207,6
@@
class GlmMembersAdmin_registrations_events extends GlmDataRegistrationsRegEvent
// Get count of registrants listed
$registrantCount = $listResult['totalCount'];;
- echo '<pre>$registrantCount: ' . print_r( $registrantCount, true ) . '</pre>';
// If the number of registrants is less than a page, don't do paging
if ($registrantCount <= $limit) {