Skip to content
Snippets Groups Projects
Commit 47a6aa80 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add campus list to bulletin preview

parent 378e17ec
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,13 @@
}
?>
<?php
// campuses
if (count($course->campuses) > 1 || !in_array($course->campuses[0], array('UNL', ''))) {
echo '(' . implode(', ', $course->campuses) . ')';
}
?>
<?php
// activities
$activityListing = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment