From f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Thu, 18 Dec 2008 17:18:18 +0000 Subject: Bug 419748 - Need to hook deleting products patch by ghendricks@novell.com r=mkanat a=mkanat --- Bugzilla/Hook.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index a4436392b..a0b14eaa5 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -462,6 +462,18 @@ Params: =back +=head2 product-confirm_delete + +Called before displaying the confirmation message when deleting a product. + +Params: + +=over + +=item C - The template vars hashref. + +=back + =head2 webservice This hook allows you to add your own modules to the WebService. (See -- cgit v1.2.3-24-g4f1b