浏览代码

Removed old bulk loader links

spficklin 14 年之前
父节点
当前提交
d30c247bf5
共有 1 个文件被更改,包括 0 次插入25 次删除
  1. 0 25
      tripal_core/tripal_core.module

+ 0 - 25
tripal_core/tripal_core.module

@@ -172,31 +172,6 @@ function tripal_core_menu() {
      'type' => MENU_NORMAL_ITEM,
    );
 
-   $items['admin/tripal/bulk_load/create'] = array(
-     'title' => 'Create Bulk Loader',
-     'description' => 'Create a bulk loader template for loading data into Chado',
-     'page callback' => 'tripal_core_bulk_loader_create',
-     'access arguments' => array('access administration pages'),
-     'type' => MENU_NORMAL_ITEM,
-   );
-
-   $items['admin/tripal/bulk_load/step2_get_type/%'] = array(
-     'title' => 'Create Bulk Loader',
-     'description' => 'Create a bulk loader template for loading data into Chado',
-     'page callback' => 'tripal_core_bulk_loader_ahah_step2_feature_type',
-     'page arguments' => array(4),
-     'access arguments' => array('access administration pages'),
-     'type' => MENU_CALLBACK,
-   );
-
-   $items['test2'] = array(
-     'title' => 'test',
-     'description' => 'test',
-     'page callback' => 'tripal_core_chado_insert_test',
-     'access arguments' => array('access administration pages'),
-     'type' => MENU_CALLBACK,
-   );
-
   return $items;
 }