root / editBorrower.php

View | Annotate | Download (1.6 KB)

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

Update copyright date to 2010

c8b79599 12/25/2009 11:19 PM Josh Elser

Use single $db object

b98bbffd 12/24/2009 01:48 AM Josh Elser

Remove unneeded connect.lib.php

268426a4 09/18/2009 02:04 AM Josh Elser

Fix more borrower changes due to the database change

494937aa 09/18/2009 01:46 AM Josh Elser

Fix borrower implementations due to database changes

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

b3e49e38 07/26/2009 09:53 PM Josh Elser

Add the rest of the code for the edit/update borrower page

73e9b351 07/26/2009 09:28 PM Josh Elser

The start to making an edit borrower page