View | Annotate | Download (1.6 KB)
Update copyright date to 2010
Use single $db object
Remove unneeded connect.lib.php
Fix more borrower changes due to the database change
Fix borrower implementations due to database changes
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).
Add the rest of the code for the edit/update borrower page
The start to making an edit borrower page