/[drupal]/contributions/modules/taxonomy_menu/taxonomy_menu.batch.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_menu/taxonomy_menu.batch.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.2, Thu Sep 3 18:10:47 2009 UTC revision 1.1.4.3, Sat Oct 31 18:39:33 2009 UTC
# Line 46  function _taxonomy_menu_insert_link_item Line 46  function _taxonomy_menu_insert_link_item
46      'finished' => '_taxonomy_menu_insert_link_items_success',      'finished' => '_taxonomy_menu_insert_link_items_success',
47      'title' => t('Rebuilding Taxonomy Menu'),      'title' => t('Rebuilding Taxonomy Menu'),
48      'init_message' => t('The menu items have been deleted, and are about to be regenerated.'),      'init_message' => t('The menu items have been deleted, and are about to be regenerated.'),
49      'progress_message' => t('Import Progress: Completed @current of @total Stages.'),      'progress_message' => t('Import progress: Completed @current of @total stages.'),
50      'redirect' => 'admin/content/taxonomy/edit/vocabulary/'. $vid,      'redirect' => 'admin/content/taxonomy/edit/vocabulary/'. $vid,
51      'error_message' => t('The Taxonomy Menu rebuild process encountered an error.'),      'error_message' => t('The Taxonomy Menu rebuild process encountered an error.'),
52    );    );
# Line 80  function _taxonomy_menu_insert_link_item Line 80  function _taxonomy_menu_insert_link_item
80   */   */
81  function _taxonomy_menu_insert_link_items_success() {  function _taxonomy_menu_insert_link_items_success() {
82    //TODO state menu name here    //TODO state menu name here
83    drupal_set_message("The Taxonomy Menu has been updated.");    drupal_set_message('The Taxonomy Menu has been updated.');
84  }  }
85    
86  /*  /*

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.2