Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tim Steiner
Curriculum-Request
Commits
80c8779f
Commit
80c8779f
authored
Feb 16, 2009
by
Tim Steiner
Browse files
Updates for ACE courses in monthly UCC reports
parent
7aa759ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/views/approvedCourses.xhtml
View file @
80c8779f
...
...
@@ -57,7 +57,7 @@ foreach ($this->requestData as $requestDatum) {
<h2>
Request Type:
<?php echo $request->type->name; ?>
</h2>
<h2>
Effective Semester:
<?php echo $course->effectiveSemester; ?>
</h2>
<?php
if ($request->type->name
== '
ChangeCourse') {
if
(in_array
($request->type->name
, array('ChangeCourse', 'AddACEAndChangeCourse', ' RemoveACEAnd
ChangeCourse')
))
{
$newCourse = $course;
$oldCourse = $course->getParentGeneration(true);
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment