Commit Graph

4 Commits

Author SHA1 Message Date
jacob
b9bcb127a6 Updated these tables to include the conference id:
award_awards
	award_prizes
	award_types
	award_awards_projectcategories
	award_awards_projectdivisions
	winners
	students
	projects
	registrations

Also modified all code that uses those tables to work with the conference id
instead of the year, with the exception of these files:
	communication.inc.php
	reports_students.inc.php
	rerollprizes.php
	remote.php
The "rerollprizes.php" probably doesn't matter, having been a one-time usage
file anyway.  The others will need to be modified in the future to correctly
use the conference id instead of the year.
2010-10-20 21:58:26 +00:00
james
70d359c15b PHP 5.3 DEPRECATED split() so, convert all split()'s to explode()'s 2010-09-10 19:38:56 +00:00
dave
3d157f5341 - Put dob, not age on the form. SFIAB doesn't seem to use age. 2009-09-25 19:48:42 +00:00
dave
bc3a0e8d67 - Add a nomination form as an example of "additional materials". And connect
everything up.  This is coincidentally the form we use for the provincal
  system in BC, but I made it generic.  :)
2009-09-25 19:14:37 +00:00