# HG changeset patch # User Nathan Phillip Brink # Date 2011-02-06 23:07:23 # Node ID 7845f9d7ad5e8f76e2c5bdb3d244a0dbbcf15c1e # Parent 6efbb3695b2784d91121ddccc2c62a71920f7fc2 Fix ``try again'' link on the page which informs the user that his classes conflict too much. diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -490,7 +490,7 @@ class Schedule . " \n" . $footcloser; // Closes off the content div } else { - echo '

There are no possible schedules. Please try again.

'; + echo '

There are no possible schedules. Please try again.

'; } echo "

There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.

";