add earlyaccess code generation

This commit is contained in:
2017-06-29 12:40:47 +10:00
parent e90d02f46e
commit b5d9b5ea7f
4 changed files with 73 additions and 9 deletions

View File

@@ -40,11 +40,4 @@ function booking_generate_luckynumbers() {
drupal_set_message(t('Finished.'));
return t("<h3>Generate Lucky Numbers</h3>");
}
/**
* Function to populate the booking_regn_earlyaccess_codes table used for storing and checking early registration access codes
*/
function booking_generate_earlyregn_codes() {
global $event;
}