projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfd652
)
Correcting cron setup
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:56 +0000
(15:21 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:56 +0000
(15:21 -0400)
Correction
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
81d1f8b
..
3622139
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-46,9
+46,9
@@
add_filter(
array(
'menu' => 'ajax',
'action' => 'billingFlagExpiredUsers',
-
//
'daysOfWeek' => range( 1, 7 ),
+ 'daysOfWeek' => range( 1, 7 ),
'times' => array( 5 ),
- 'times' => range( 0, 23 ),
+
//
'times' => range( 0, 23 ),
'params' => array()
)
);