From e22cd00b17005dd4d0b451dff37ac4bf6c3f3e49 Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 7 Sep 2011 13:17:08 -0300 Subject: [PATCH] fixed a typo --- formClass.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/formClass.inc b/formClass.inc index 5392a513..4b47ede9 100644 --- a/formClass.inc +++ b/formClass.inc @@ -17,10 +17,9 @@ class formClass { drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); } - /* + /** * create the paths for urls and map them to php functions */ - function createMenu() { $items = array(); @@ -167,7 +166,6 @@ class formClass { 'type' => MENU_CALLBACK, ); - /* Export functionality */ $items['fedora/basket'] = array( 'title' => t('Fedora Basket'), @@ -453,7 +451,10 @@ class formClass { /** * queries the collection object for a childsecurity datastream and if found parses it * to determine if this user is allowed to ingest in this collection - */ we assume if they are able to modify objects in the collection they can ingest as well. + * we assume if they are able to modify objects in the collection they can ingest as well. + * @param type $collection_pid + * @return type + */ function can_ingest_here($collection_pid) { module_load_include('inc', 'fedora_repository', 'SecurityClass'); $securityClass = new SecurityClass(); @@ -462,7 +463,6 @@ class formClass { /** * Drupal's permissions at this point no xacml yet. xacml decisions are made by fedora - * * @param type $collection_pid * @return type */