Files @ 1a5fea2d7571
Branch filter:

Location: SlatePermutate/index.php

binki
Fix the issue of doubled schedule output results upon loading a saved schedule: Don't call Schedule::findPossibilities() against just because we're unserializing a saved Schedule object.
<?php 
	include 'inc/class.page.php'; 
	$mypage = new page('Scheduler');
?>

<h3>Find the schedule that works for you!</h3>
<p>View a <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created specifically for use by <a href="http://www.calvin.edu">Calvin College</a> and <a href="http://cedarville.edu/">Cedarville University</a> students, although it may work for other schools as well.</p>


<?php
$mypage->foot();