projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a480f4
)
Remove flush
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 3 Nov 2016 16:46:54 +0000
(12:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 3 Nov 2016 16:46:54 +0000
(12:46 -0400)
not correct anyway
models/front/events/list.php
patch
|
blob
|
history
diff --git
a/models/front/events/list.php
b/models/front/events/list.php
index
731431f
..
cea8708
100644
(file)
--- a/
models/front/events/list.php
+++ b/
models/front/events/list.php
@@
-166,7
+166,6
@@
class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
$event_count = 0;
do {
$event_count = $this->getEventCountForWeekRange( ++$weeks_to_check );
- flush;
} while ( $event_count <= $total_events_wanted && $total_current_events > $total_events_wanted );
$week_string = ( $weeks_to_check === 1 ) ? 'weeks': 'week';