@@ -26,13 +26,13 @@ require_once('inc' . DIRECTORY_SEPARATOR
$scripts = array('jQuery', 'jQueryUI', 'qTip2','schedInput');
$inputPage = page::page_create('Scheduler', $scripts, FALSE);
$schedule_store = FALSE;
$sch = FALSE;
$fix_errors = FALSE;
$errors_fix = FALSE;
$school = $inputPage->get_school();
$parent_schedule_id = NULL;
if (isset($_REQUEST['s']))
{
$schedule_store = schedule_store_init();
Status change: