From 7f16a9065617dd087712f9daad630967f4695585 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 4 Feb 2008 18:23:47 +0000 Subject: Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander r/a=LpSolit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 8eb7aaf33..7c5902e73 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -550,7 +550,7 @@ foreach my $bug (@bug_objects) { } # Set and update flags. - Bugzilla::Flag::process($bug, undef, $timestamp, $cgi, $vars); + Bugzilla::Flag->process($bug, undef, $timestamp, $cgi, $vars); $dbh->bz_commit_transaction(); -- cgit v1.2.3-24-g4f1b