|
@@ -114,10 +114,11 @@ function tripal_core_menu() {
|
|
'access arguments' => array('access administration pages'),
|
|
'access arguments' => array('access administration pages'),
|
|
'type' => MENU_CALLBACK | MENU_LINKS_TO_PARENT
|
|
'type' => MENU_CALLBACK | MENU_LINKS_TO_PARENT
|
|
);
|
|
);
|
|
- $items['admin/tripal/chado_install'] = array(
|
|
|
|
|
|
+ $items['admin/tripal/chado_1_11_install'] = array(
|
|
'title' => 'Install Chado v1.11',
|
|
'title' => 'Install Chado v1.11',
|
|
'description' => 'Installs Chado version 1.11 inside the current Drupal database',
|
|
'description' => 'Installs Chado version 1.11 inside the current Drupal database',
|
|
- 'page callback' => 'tripal_core_install_job',
|
|
|
|
|
|
+ 'page callback' => 'drupal_get_form',
|
|
|
|
+ 'page arguments' => array('tripal_core_chado_v1_11_load_form'),
|
|
'access arguments' => array('access administration pages'),
|
|
'access arguments' => array('access administration pages'),
|
|
'type' => MENU_NORMAL_ITEM,
|
|
'type' => MENU_NORMAL_ITEM,
|
|
);
|
|
);
|