Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

184
 
778
 
778
 
address_book.php
_> 8989       $Qab->bindValue(':entry_lastname', $data['lastname']);
  9090       $Qab->bindValue(':entry_street_address', $data['street_address']);
  9191       $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'] : '');
<_ 9393       $Qab->bindValue(':entry_city', $data['city']);
  9494       $Qab->bindValue(':entry_state', (ACCOUNT_STATE > -1) ? ((isset($data['zone_id']) && ($data['zone_id'] > 0)) ? '' : $data['state']) : '');
  9595       $Qab->bindInt(':entry_country_id', $data['country']);