mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
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:
@@ -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
|
||||
************/
|
||||
|
||||
Reference in New Issue
Block a user