This commit is contained in:
ceb 2003-04-28 00:41:55 +00:00
parent bde09a37ec
commit cb2dec5dbe

View File

@ -391,7 +391,6 @@
default: default:
$error = array('Please choose one of the methods to handle the subcategories'); $error = array('Please choose one of the methods to handle the subcategories');
$msgbox_error = $GLOBALS['phpgw']->common->error_list($error); $msgbox_error = $GLOBALS['phpgw']->common->error_list($error);
$show_done = 'yes';
break; break;
} }
} }
@ -417,6 +416,7 @@
'You will need to reassign these subcategories before you can delete this category'); 'You will need to reassign these subcategories before you can delete this category');
$msgbox_error = $GLOBALS['phpgw']->common->error_list($error); $msgbox_error = $GLOBALS['phpgw']->common->error_list($error);
$show_done = 'yes';
} }
else else
{ {