Changeset - c2e6feb8f5e6
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-15 20:26:57
ohnobinki@ohnopublishing.net
Add missing newline.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -436,13 +436,13 @@ class Schedule
 
  }
 

	
 
  
 
	function getClassCont($day)
 
	{
 
		return $this->classContinue[$day];
 
	}
 
	
 
	function setClassCont($day, $i)
 
	{
 
		$this->classContinue[$day] = $i;
 
	}
 
}
 
\ No newline at end of file
 
}
0 comments (0 inline, 0 general)