  |
89 | 89 | | $Qab->bindValue(':entry_lastname', $data['lastname']); |
| |
90 | 90 | | $Qab->bindValue(':entry_street_address', $data['street_address']); |
| |
91 | 91 | | $Qab->bindValue(':entry_suburb', (ACCOUNT_SUBURB > -1) ? $data['suburb'] : ''); |
  |
92 | | - | $Qab->bindValue(':entry_postcode', $data['postcode']); |
| |
| 92 | + | $Qab->bindValue(':entry_postcode', (ACCOUNT_POST_CODE > -1) ? $data['postcode'] : ''); |
  |
93 | 93 | | $Qab->bindValue(':entry_city', $data['city']); |
| |
94 | 94 | | $Qab->bindValue(':entry_state', (ACCOUNT_STATE > -1) ? ((isset($data['zone_id']) && ($data['zone_id'] > 0)) ? '' : $data['state']) : ''); |
| |
95 | 95 | | $Qab->bindInt(':entry_country_id', $data['country']); |