From 5b1e4de2ceafa8dfe8ced53b94787559c5586fc1 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 7 Jan 2013 16:16:38 -0500 Subject: Bug 823153 - Duplicate bugs are created when requestee confirmation is required and SKIP_REQUESTEE_ON_ERROR is disabled --- Bugzilla/Flag.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index ba91af85c..0828ddc7c 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -79,7 +79,7 @@ use constant AUDIT_CREATES => 0; use constant AUDIT_UPDATES => 0; use constant AUDIT_REMOVES => 0; -use constant SKIP_REQUESTEE_ON_ERROR => 0; +use constant SKIP_REQUESTEE_ON_ERROR => 1; sub DB_COLUMNS { my $dbh = Bugzilla->dbh; -- cgit v1.2.3-24-g4f1b