From 1034b21dea0460b58ef63550cf920b17d5e2662e Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 3 Feb 2012 12:09:24 +0100 Subject: [PATCH] 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 --- admin/authorised_values.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/authorised_values.pl b/admin/authorised_values.pl index f5dbc4648c..528202289e 100755 --- a/admin/authorised_values.pl +++ b/admin/authorised_values.pl @@ -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 -- 2.20.1