20 Apr
2004
20 Apr
'04
1:12 a.m.
* appsubmit.php, admin/adminAppQueue.php, tables/appdb_tables.sql Chris Morgan <cmorgan(a)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