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:
88369e1
)
Now removing time records marked as non-time-specific from reg_times for registration...
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:12:52 +0000
(11:12 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:12:52 +0000
(11:12 -0500)
classes/data/dataRegEvent.php
patch
|
blob
|
history
diff --git
a/classes/data/dataRegEvent.php
b/classes/data/dataRegEvent.php
index
2bff88c
..
8ad92ef
100644
(file)
--- a/
classes/data/dataRegEvent.php
+++ b/
classes/data/dataRegEvent.php
@@
-906,6
+906,8
@@
class GlmDataRegistrationsRegEvent extends GlmDataAbstract
}
+ unset($this->regEventData['reg_time'][$regTimeKey]);
+
// If time specific event - calculate based on the time entries
} else {