Changeset - 2806787bfcca
[Not reviewed]
default
0 1 0
nathang - 15 years ago 2010-10-01 16:16:32
ngelderloos7@gmail.com
moved some stuff
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -306,10 +306,7 @@ class Schedule
 
		}
 
		else {
 
			echo '<p><a href="'.$_SERVER["SCRIPT_NAME"].'?savedkey=0&amp;print=all">Print</a> :: <a href="input.php">Home</a></p>';
 
		}
 

	
 
		echo "<p>There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.</p>";
 
		
 
		}		
 

	
 
		if($this->nPermutations > 0)
 
		{
 
@@ -592,6 +589,8 @@ class Schedule
 
		  }
 
		echo '<form method="get" action="input.php"><p><input type="hidden" name="savedkey" value="' . $savedkey . '" /><input type="submit" value="edit" /></p></form>';
 

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

	
 
		$outputPage->foot();
 
	}
 

	
0 comments (0 inline, 0 general)