From d0002e9626b97df6fad2c597b89c8ec31f7c308a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 5 Aug 2009 12:35:50 +0000 Subject: Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch by Frédéric Buclin a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Hook.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 5bc2e7716..a8f61a415 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -377,7 +377,7 @@ Params: =head2 flag-end_of_update -This happens at the end of L, after all other changes +This happens at the end of L, after all other changes are made to the database and after emails are sent. It gives you a before/after snapshot of flags so you can react to specific flag changes. This generally occurs inside a database transaction. @@ -389,7 +389,7 @@ Params: =over -=item C - The changed bug object. +=item C - The changed bug or attachment object. =item C - The timestamp used for all updates in this transaction. -- cgit v1.2.3-24-g4f1b