# HG changeset patch # User nathang # Date 2010-10-01 16:16:32 # Node ID 2806787bfcca0c4c45d48d2612da84172519bbf9 # Parent 2c0531510745bf3fe13a2e2e22c3d3e4e05a1b59 moved some stuff diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -306,10 +306,7 @@ class Schedule } else { echo '

Print :: Home

'; - } - - echo "

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

"; - + } if($this->nPermutations > 0) { @@ -592,6 +589,8 @@ class Schedule } echo '

'; + echo "

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

"; + $outputPage->foot(); }