View | Annotate | Download (1.9 KB)
Update copyright date to 2010
Use one database object
Migrate to library functions
add parens on the constructor call and convert addInventory
Use the db class wrapper insertID method
Rename the database class and move the config class into class/
Update for new class
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 sql queries
Change the auth level on all of the borrower fields so managers can do it
Add a way for users to add borrowers
Add the first draft for a manage borrowers page