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:
bc22543
)
Removed code that prematurely removes rates while building registration data causing...
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 5 Jan 2018 21:47:08 +0000
(16:47 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 5 Jan 2018 21:47:08 +0000
(16:47 -0500)
classes/data/dataRegEvent.php
patch
|
blob
|
history
diff --git
a/classes/data/dataRegEvent.php
b/classes/data/dataRegEvent.php
index
6c05088
..
cd1af71
100644
(file)
--- a/
classes/data/dataRegEvent.php
+++ b/
classes/data/dataRegEvent.php
@@
-939,7
+939,7
@@
class GlmDataRegistrationsRegEvent extends GlmDataAbstract
}
}
- unset($this->regEventData['reg_time'][$regTimeKey]);
+
//
unset($this->regEventData['reg_time'][$regTimeKey]);
}