View | Annotate | Download (3.7 KB)
Update copyright date to 2010
Add optional $db arguments
Remove all connect.lib.php
Add a deleteAddress function
Update getAddressFromBorrower function and add updateAddress function
Centralize addresses
Add an addAddress function
Fixed permissions back to the way they were before I messed them up :)
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).
Fix up the last change
Final round of changes. Add a viewAddress link to the manageBorrowers page. Remove the viewBorrowers page as that is now unnecessary
The start to making an edit borrower page