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 ?>.
8 files changed with 1 insertions and 13 deletions:
0 comments (0 inline, 0 general)
class.class.php
Show inline comments
 
@@ -66,5 +66,3 @@ class Classes
 
        return $this->name;
 
    }
 
}
 

	
 
?>
 
\ No newline at end of file
class.schedule.php
Show inline comments
 
@@ -553,5 +553,3 @@ class Schedule
 
	}
 

	
 
}
 

	
 
?>
class.section.php
Show inline comments
 
@@ -147,5 +147,3 @@ function getF()
 
}
 

	
 
}
 

	
 
?>
 
\ No newline at end of file
inc/class.page.php
Show inline comments
 
@@ -108,5 +108,3 @@ class page {
 
}
 

	
 
}
 

	
 
?>
index.php
Show inline comments
 
@@ -7,5 +7,5 @@
 
<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
 
@@ -114,5 +114,3 @@ if(!$DEBUG){
 

	
 

	
 
}
 

	
 
?>
schedulecreator.php
Show inline comments
 
@@ -53,4 +53,3 @@ include_once 'class.section.php';
 
      	       
 
         $allClasses->findPossibilities();
 
         $allClasses->writeoutTables();
 
?>
 
\ No newline at end of file
somejavacode.php
Show inline comments
 
@@ -75,4 +75,3 @@
 
      }
 
   
 
   }
 
 
 
\ No newline at end of file
0 comments (0 inline, 0 general)