root / lib / addresses.lib.php

View | Annotate | Download (3.7 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

a4f9b1b5 12/24/2009 08:05 PM Josh Elser

Add optional $db arguments

2c56e563 12/24/2009 02:02 AM Josh Elser

Remove all connect.lib.php

aebfede8 12/22/2009 07:49 PM Josh Elser

Add a deleteAddress function

8824d07a 12/21/2009 11:50 PM Josh Elser

Update getAddressFromBorrower function and add updateAddress function

364e7ac3 12/19/2009 11:19 PM Josh Elser

Centralize addresses

4580b35f 12/19/2009 11:42 AM Josh Elser

Add an addAddress function

fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

Proper escaping of characters when inserted into database

This was only happening for the '&' character (upon inserting a new business), because the values were being passed along via $_GET over AJAX. I changed it to use $_POST instead, using the jQuery ajax framework (since I don't know how to use the prototype one).

fc07c2d2 08/04/2009 09:49 PM Josh Elser

Fix up the last change

57956df8 07/26/2009 11:10 PM Josh Elser

Final round of changes. Add a viewAddress link to the manageBorrowers
page. Remove the viewBorrowers page as that is now unnecessary

73e9b351 07/26/2009 09:28 PM Josh Elser

The start to making an edit borrower page