From 8dfca7c806eead73a47f4275db4d4e3bfb27356b Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Tue, 25 Apr 2006 11:51:51 +0000 Subject: #60265, module field for vocabularies reverts to taxonomy, patch by naquah --- modules/taxonomy.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 896053039..dedab9429 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -274,6 +274,7 @@ function taxonomy_form_vocabulary($edit = array()) { if ($edit['vid']) { $form['delete'] = array('#type' => 'submit', '#value' => t('Delete')); $form['vid'] = array('#type' => 'value', '#value' => $edit['vid']); + $form['module'] = array('#type' => 'value', '#value' => $edit['module']); } return drupal_get_form('taxonomy_form_vocabulary', $form); } -- cgit v1.2.3