<?php require_once('functions/functions.php'); print_html_header('All Games for Your Scheduling Group'); print_access_check('L'); print_all_games(get_scheduler_group($_SESSION['validid'])); echo '<hr>'; print_html_footer(); ?>