# HG changeset patch # User Nathan Phillip Brink # Date 2010-09-24 21:48:08 # Node ID fb20d2f818ecedbe45a92b1e47e4295f2c8b6cd3 # Parent e1efe780415ccb2e7dee4dc873f87c91bedaf37a Clean up use of . diff --git a/class.class.php b/class.class.php --- a/class.class.php +++ b/class.class.php @@ -66,5 +66,3 @@ class Classes return $this->name; } } - -?> \ No newline at end of file diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -553,5 +553,3 @@ class Schedule } } - -?> diff --git a/class.section.php b/class.section.php --- a/class.section.php +++ b/class.section.php @@ -147,5 +147,3 @@ function getF() } } - -?> \ No newline at end of file diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -108,5 +108,3 @@ class page { } } - -?> diff --git a/index.php b/index.php --- a/index.php +++ b/index.php @@ -7,5 +7,5 @@

View a demo output or get started on your own. This program was created specifically for use by Calvin College and Cedarville University students, although it may work for other schools as well.

-foot(); diff --git a/process.php b/process.php --- a/process.php +++ b/process.php @@ -114,5 +114,3 @@ if(!$DEBUG){ } - -?> diff --git a/schedulecreator.php b/schedulecreator.php --- a/schedulecreator.php +++ b/schedulecreator.php @@ -53,4 +53,3 @@ include_once 'class.section.php'; $allClasses->findPossibilities(); $allClasses->writeoutTables(); -?> \ No newline at end of file diff --git a/somejavacode.php b/somejavacode.php --- a/somejavacode.php +++ b/somejavacode.php @@ -75,4 +75,3 @@ } } - \ No newline at end of file