Print Shift Report

'; echo '

Close Shift Now

'; if ($_REQUEST['topic'] == 'all' || $_REQUEST['topic'] == '' ) { $topic = ''; } if ($_REQUEST['topic'] == 'cancelled') { $topic = 'cancelled'; } if ($_REQUEST['topic'] == 'negative') { $topic = 'negative'; } shift_report($user_id, $sid, $current_date, "close.php?", $topic, $user_emailaddress); //shift_report_old($user_id, $sid, $current_date, "close.php?"); //specific_report($user_id, $sid, $current_date, $self, 'Cancel'); require_once('footer.php'); ?>