fix
This commit is contained in:
@@ -70,7 +70,7 @@ function booking_earlyaccess_generate_codes() {
|
||||
for ($i = 0; $i < $num_codes_to_add; $i++) {
|
||||
$insert_query->values(array(
|
||||
'booking_eventid' => $event->eid,
|
||||
'booking_regn_earlyaccess_code' => booking_getToken(code_length),
|
||||
'booking_regn_earlyaccess_code' => booking_getToken($code_length),
|
||||
'booking_regn_earlyaccess_code_avail' => 'Y',
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user