|
|
|
@ -360,14 +360,6 @@ function islandora_menu() {
|
|
|
|
|
'access arguments' => array(ISLANDORA_REGENERATE_DERIVATIVES, 4), |
|
|
|
|
'load arguments' => array(2), |
|
|
|
|
); |
|
|
|
|
$items['islandora/object/%islandora_object/download_clip'] = array( |
|
|
|
|
'page callback' => 'islandora_download_clip', |
|
|
|
|
'page arguments' => array(2), |
|
|
|
|
'type' => MENU_CALLBACK, |
|
|
|
|
'access callback' => 'islandora_object_access', |
|
|
|
|
'access arguments' => array(ISLANDORA_VIEW_OBJECTS, 2), |
|
|
|
|
'load arguments' => array(2), |
|
|
|
|
); |
|
|
|
|
$items['islandora/event-status'] = array( |
|
|
|
|
'title' => 'Event Status', |
|
|
|
|
'page callback' => 'islandora_event_status', |
|
|
|
|