root / addBorrowerRecord.php

View | Annotate | Download (1.9 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

1113f3cd 12/25/2009 08:57 PM Josh Elser

Use one database object

b3f00a90 12/19/2009 11:42 AM Josh Elser

Migrate to library functions

f7319758 12/04/2009 03:28 AM Josh Elser

add parens on the constructor call and convert addInventory

ad614634 12/04/2009 02:49 AM Josh Elser

Use the db class wrapper insertID method

0db219df 12/04/2009 02:04 AM Josh Elser

Rename the database class and move the config class into class/

24d401da 12/04/2009 01:58 AM Josh Elser

Update for new class

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

af8c9c28 08/04/2009 08:55 PM Josh Elser

Change the sql queries

b6f43b0d 08/01/2009 08:49 PM Josh Elser

Change the auth level on all of the borrower fields so managers can do
it

77dd36c0 07/26/2009 05:47 PM Josh Elser

Add a way for users to add borrowers

8a0ed0de 07/25/2009 11:31 PM Josh Elser

Add the first draft for a manage borrowers page