This completes the interest survey logic.

1).  In confs, update works well, delete has an issue with on delete cascade.
2).  Saves state properly.  Now just need to create a front-end to query for volunteer organizers.
This commit is contained in:
Jonathan Rosenbaum
2015-03-06 08:27:15 +00:00
parent 433ab1a224
commit e9e3a0ef66
3 changed files with 60 additions and 32 deletions
+1 -2
View File
@@ -67,7 +67,7 @@ $volunteer_interests = array(
"Publicizing/Outreach", "Graphic Design", "Greeter at the Front Desk",
"Accounting/Record Keeping", "Ordering parts/supplies", "Picking up Donated Bikes/Parts",
"Teaching classes", "League Certified Instructor", "Pricing bikes",
"Fabricating", "Open Source Programming", "Other/Contact me for general help"
"Fabricating", "Open Source Programming", "Other/Contact me for general help"
);
// Provide a comment box - true of false
@@ -99,7 +99,6 @@ define("VOLUNTEER_INTEREST_COMMENTS", true);
//
//$volunteer_interests_deletename = array("LCI");
/***********
TRANSACTIONS
************/