| 1 |
<?php |
<?php |
| 2 |
// $Id: weblinks.module,v 1.1.4.58.2.29 2008/07/31 23:35:02 nancyw Exp $ |
// $Id: weblinks.module,v 1.1.4.58.2.30 2008/07/31 23:36:51 rmiddle Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 888 |
function weblinks_form_container_submit($form_id, $form_values) { |
function weblinks_form_container_submit($form_id, $form_values) { |
| 889 |
$container = TRUE; |
$container = TRUE; |
| 890 |
$type = t('weblinks container'); |
$type = t('weblinks container'); |
| 891 |
if ($form_values['delete'] == 'Delete') { |
if ($form_values['op'] == t('Delete') { |
| 892 |
$status = taxonomy_del_term($form_values['tid']); |
$status = taxonomy_del_term($form_values['tid']); |
| 893 |
} |
} |
| 894 |
else { |
else { |