Sanity Check Tours
=count($students_not_accepted_with_tour)?> not accepted have been assigned to a tour.
=count($students_accepted_without_tour)?> / =$num_accepted?> accepted students do not have a tour.
Not Accepted Students with a Tour
Student | Assigned Tour | |
=$s['name']?> |
#=$tours[$s['tour_id']]['num']?> - =$tours[$s['tour_id']]['name']?> |
|
|
Accepted Students without a Tour
=count($students_accepted_without_tour)?> / =$num_accepted?> accepted students do not have a tour.
Student | Tour Choices | Tour Capacity | |
&$t) {
$t['count'] = 0;
}
foreach($users as $uid=>&$s) {
if($s['tour_id'] > 0) {
$tours[$s['tour_id']]['count'] += 1;
}
}
foreach($students_accepted_without_tour as &$s) {
?> =$s['name']?> |
Tour not found (tours edited after registration opened?)";
} else {
$tour_name = "#{$tours[$tour_id_pref]['num']} - {$tours[$tour_id_pref]['name']}";
} ?>
=$x?>: =$tour_name?>
|
=$tours[$tour_id_pref]['count']?> / =$tours[$tour_id_pref]['capacity_max']?>
|
|