|
|
| 181 |
|
181 |
|
| 182 |
if (!isset($registration)) { |
182 |
if (!isset($registration)) { |
| 183 |
$registration = new Registration(); |
183 |
$registration = new Registration(); |
|
|
184 |
$registration->setDateRegistered(time()); |
| 184 |
} |
185 |
} |
| 185 |
|
186 |
|
| 186 |
$registration->setSchedConfId($schedConf->getId()); |
187 |
$registration->setSchedConfId($schedConf->getId()); |
|
|
| 190 |
$registration->setDomain($this->getData('domain') ? $this->getData('domain') : null); |
191 |
$registration->setDomain($this->getData('domain') ? $this->getData('domain') : null); |
| 191 |
$registration->setIPRange($this->getData('ipRange') ? $this->getData('ipRange') : null); |
192 |
$registration->setIPRange($this->getData('ipRange') ? $this->getData('ipRange') : null); |
| 192 |
$registration->setSpecialRequests($this->getData('specialRequests') ? $this->getData('specialRequests') : null); |
193 |
$registration->setSpecialRequests($this->getData('specialRequests') ? $this->getData('specialRequests') : null); |
| 193 |
$registration->setDateRegistered(time()); |
|
|
| 194 |
|
194 |
|
| 195 |
// Send an email to the registrant informing them that their payment was received |
195 |
// Send an email to the registrant informing them that their payment was received |
| 196 |
if ($this->getData('notifyPaymentEmail')) { |
196 |
if ($this->getData('notifyPaymentEmail')) { |