@@ -44,12 +44,13 @@ elseif (!empty($_REQUEST['e']))
/*
* Read an errorful schedule out of $_POST, this $_POST is created
* by process.php when the originally sinful user produces bad
* data.
*/
$errors_fix = TRUE;
if (!empty($_POST['postData']['parent_schedule_id']))
$parent_schedule_id = (int)$_POST['postData']['parent_schedule_id'];
}
$my_hc = 'var slate_permutate_example_course_id = ' . json_encode(school_example_course_id($inputPage->get_school())) . ';
jQuery(document).ready(
Status change: