* appsubmit.php, admin/adminAppQueue.php, tables/appdb_tables.sql Chris Morgan cmorgan@alum.wpi.edu It would be nice to know when entries to the appdb were submitted.
Jeremy, you'll want to run this alter command to add the column to the existing table.
'alter table appQueue add column submitTime timestamp;'
Comments?
Chris