View | Annotate | Download (2.6 KB)
Update copyright date to 2010
Add single $db object
Add the club_id to the smarty variable
Use library functions
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).
Remove old code and add in the tooltip help
Updated the copyright to be the current year.
Sanitization of user input
Added the capability to checkout items. More of a short-term loan.