Changeset 1228
- Timestamp:
- 11/21/2007 01:23:57 PM (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/controllers/donate.php
r1225 r1228 71 71 { 72 72 // Store the payment 73 $insert = array('name' => ( empty($this->session->get('donate_name'))) ? 'Anonymous' : $this->session->get('donate_name'),73 $insert = array('name' => ($this->session->get('donate_name') == '') ? 'Anonymous' : $this->session->get('donate_name'), 74 74 'email' => $this->session->get('donate_email'), 75 75 'amount' => $this->session->get('donate_amount'));
