Changeset - 7d37012437f4
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-02-05 20:40:39
ez@ethanzonca.com
Editing courses now passes section type
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -180,7 +180,8 @@ function input_class_js(Course $class, $
 
	    . $meeting->getEndTime() . '\', '
 
	    . json_encode(array('m' => $meeting->getDay(0), 't' => $meeting->getDay(1), 'w' => $meeting->getDay(2), 'h' => $meeting->getDay(3), 'f' => $meeting->getDay(4))) . ', \''
 
	    . htmlentities($section->getProf(), ENT_QUOTES) . '\', \''
 
	    . htmlentities($meeting->getLocation(), ENT_QUOTES) . "');\n";
 
	    . htmlentities($meeting->getLocation(), ENT_QUOTES) . '\',\''
 
	    . htmlentities($meeting->type_get(), ENT_QUOTES) . "');\n";
 
	}
 
    }
 

	
0 comments (0 inline, 0 general)