@@ -44,13 +44,14 @@ 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;
$parent_schedule_id = (int)$_POST['postData']['parent_schedule_id'];
if (!empty($_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(
function()
Status change: