Sfoglia il codice sorgente

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

Stephen Ficklin 10 anni fa
parent
commit
c36ebcde5b
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  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;
 }