Explorar el Código

Accidentally performed bug fixes on web services branch. Therefore, merging together but commenting out menu item for web services

Stephen Ficklin hace 10 años
padre
commit
c36ebcde5b
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      tripal_core/tripal_core.module

+ 7 - 7
tripal_core/tripal_core.module

@@ -378,13 +378,13 @@ function tripal_core_menu() {
   );
   
   // Web Services API callbacks.
-  $items['ws/chado/v0.1'] = array(
-    'title' => 'Tripal Web Services API v0.1',
-    'page callback' => 'tripal_core_chado_hal_api',
-    'access arguments' => array('access content'),
-    'type' => MENU_CALLBACK,
-    'file' => '/includes/tripal_core.ws_hal.inc',
-  );
+//   $items['ws/chado/v0.1'] = array(
+//     'title' => 'Tripal Web Services API v0.1',
+//     'page callback' => 'tripal_core_chado_hal_api',
+//     'access arguments' => array('access content'),
+//     'type' => MENU_CALLBACK,
+//     'file' => '/includes/tripal_core.ws_hal.inc',
+//   );
 
   return $items;
 }