Admission InformationMaster of Arts in Teaching
2007 / 2008
| ' . ((date("F", $this_date) == $last_month) ? date("j", $this_date) : date("F j", $this_date)) . ' |
' . ((!empty($event->text->nodeValue) && !empty($event->title->nodeValue)) ? $event->title->nodeValue . ' ' : '') . ((!empty($event->href->nodeValue)) ? '' : '') . ((!empty($event->text->nodeValue)) ? $event->text->nodeValue : $event->title->nodeValue) . ((!empty($event->href->nodeValue)) ? '' : ''); if (count($event->related->childNodes) == 1) { $related = get_object_by_id ($event_list, $event->related->firstChild->nodeValue); print ' [related to the ' . (($this_date > strtotime($related->eventDate->nodeValue)) ? 'past ' : 'upcoming ') . strtolower(preg_replace('/^[^ ]+ /i', '', $related->title->nodeValue)) . ' on ' . date("F j, Y", strtotime($related->eventDate->nodeValue)) . ']'; } else if (count($event->related->childNodes) > 1) { print '
|
|---|


