@@ -, +, @@ --- admin/authorised_values.pl | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --- a/admin/authorised_values.pl +++ a/admin/authorised_values.pl @@ -224,8 +224,6 @@ if ($op eq 'add_form') { my $id = $input->param('id'); my $sth=$dbh->prepare("delete from authorised_values where id=?"); $sth->execute($id); - $sth = $dbh->prepare("DELETE FROM authorised_values_branches WHERE id = ?"); - $sth->execute($id); print "Content-Type: text/html\n\n"; exit; # END $OP eq DELETE_CONFIRMED --