bug 7450 small follow-up, removing warn
removing an unconditional warn. It was already here before the patch, but my pre-applypatch script complained, so I fix as a follow-up
This commit is contained in:
parent
f0a6600934
commit
1034b21dea
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ if ($op eq 'add_form') {
|
|||
"WHERE category = ? AND authorised_value = ? and id <> ? ");
|
||||
$sth->execute($new_category, $new_authorised_value, $id);
|
||||
($duplicate_entry) = $sth->fetchrow_array();
|
||||
warn "**** duplicate_entry = $duplicate_entry";
|
||||
}
|
||||
unless ( $duplicate_entry ) {
|
||||
my $sth=$dbh->prepare( 'UPDATE authorised_values
|
||||
|
|
Loading…
Reference in a new issue