#60265, module field for vocabularies reverts to taxonomy, patch by naquah

4.7.x
Gerhard Killesreiter 2006-04-25 11:51:51 +00:00
parent 3300aa2d4e
commit 8dfca7c806
2 changed files with 2 additions and 0 deletions

View File

@ -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);
}

View File

@ -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);
}