Changeset - 6b2333baf9c2
[Not reviewed]
Merge default
0 3 0
ethanzonca - 15 years ago 2010-10-01 21:53:37

Merge
3 files changed with 4 insertions and 5 deletions:
0 comments (0 inline, 0 general)
class.class.php
Show inline comments
 
@@ -85,5 +85,4 @@ class Classes
 

	
 
      return $out;
 
    }
 

	
 
}
class.schedule.php
Show inline comments
 
@@ -308,9 +308,6 @@ class Schedule
 
			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)
 
		{
 
			$table .= "<div id=\"my-glider\">\n"
 
@@ -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();
 
	}
 

	
class.section.php
Show inline comments
 
@@ -8,7 +8,8 @@ include_once 'errors.php';
 
// Represents a section of a class.
 
//--------------------------------------------------
 
   
 
class Section {
 
class Section
 
{
 

	
 
   private $letter;	// Section letter
 
   private $prof;	// Professor
0 comments (0 inline, 0 general)