Changeset - fb20d2f818ec
[Not reviewed]
default
0 8 0
Nathan Brink (binki) - 15 years ago 2010-09-24 21:48:08
ohnobinki@ohnopublishing.net
Clean up use of <?php and ?>.
7 files changed with 1 insertions and 12 deletions:
0 comments (0 inline, 0 general)
class.class.php
Show inline comments
 
@@ -63,8 +63,6 @@ class Classes
 
	//--------------------------------------------------
 
    function getName()
 
    {
 
        return $this->name;
 
    }
 
}
 

	
 
?>
 
\ No newline at end of file
class.schedule.php
Show inline comments
 
@@ -550,8 +550,6 @@ class Schedule
 
		} else {
 
			return substr($t, 0, strlen($t)-2) . ":" . substr($t, strlen($t)-2, strlen($t)) . " AM";
 
		}
 
	}
 

	
 
}
 

	
 
?>
class.section.php
Show inline comments
 
@@ -144,8 +144,6 @@ function getTh()
 
function getF()
 
{
 
   return $this->bdays[4];
 
}
 

	
 
}
 

	
 
?>
 
\ No newline at end of file
inc/class.page.php
Show inline comments
 
@@ -105,8 +105,6 @@ class page {
 
		echo '</div>';
 
	}
 
       echo '</p>';
 
}
 

	
 
}
 

	
 
?>
index.php
Show inline comments
 
@@ -4,8 +4,8 @@
 
?>
 

	
 
<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();
process.php
Show inline comments
 
@@ -111,8 +111,6 @@ if(!$DEBUG){
 
		echo '<br />';
 
	}
 
	echo '</pre>';
 

	
 

	
 
}
 

	
 
?>
schedulecreator.php
Show inline comments
 
@@ -50,7 +50,6 @@ include_once 'class.section.php';
 
         $allClasses->addSection("Rel 131", "F", 1030, 1145, 24);
 
         $allClasses->addSection("Rel 131", "G", 1205, 1320, 24);
 
         $allClasses->addSection("Rel 131", "H", 1330, 1445, 24);
 
      	       
 
         $allClasses->findPossibilities();
 
         $allClasses->writeoutTables();
 
?>
 
\ No newline at end of file
0 comments (0 inline, 0 general)