View | Annotate | Download (1.1 KB)
Update copyright date to 2010
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).
Change the auth level on all of the borrower fields so managers can do it
Add the first draft for a manage borrowers page