root / lib / SmartyPaginate.class.php

View | Annotate | Download (12.6 KB)

# Date Author Comment
fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

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).

2b402a7e 05/06/2009 01:57 PM Josh Elser

The inventory page gets paginated