update mysql view for variety session registration ids

This commit is contained in:
Nathan Coad
2018-05-03 08:53:10 +10:00
parent 59cbcb9c52
commit 2521a6fd96
3 changed files with 20 additions and 1 deletions

View File

@@ -200,4 +200,6 @@ function booking_variety_regn_form_submit($form, &$form_state) {
//use an update query for the regncount field
//based on update booking_variety_sessions set booking_variety_regncount = booking_variety_regncount+1 where vid = 1;
//store the selected variety sessions as a json encoded array of IDs in field booking_variety_ids
}