tweak lucky number function
This commit is contained in:
@@ -871,7 +871,7 @@ function booking_generate_luckynumbers() {
|
||||
$attendees = $attendee_query->fetchAll();
|
||||
|
||||
//assuming there's less than 900 people, generate numbers within that range and shuffle the order
|
||||
$numbers = range(100,650);
|
||||
$numbers = range(100,750);
|
||||
shuffle($numbers);
|
||||
|
||||
foreach ($attendees as $attendee)
|
||||
|
Reference in New Issue
Block a user