The sanitycheck_check hook documentation was in slightly the wrong place

in Bugzilla/Hook.pm.


git-svn-id: svn://10.0.0.236/trunk@259712 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-02-16 00:31:32 +00:00
parent 7202732b54
commit 62bb33f940
2 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
6993
6994

View File

@ -880,20 +880,6 @@ Params:
=back
=head2 sanitycheck_check
This hook allows for extra sanity checks to be added, for use by
F<sanitycheck.cgi>.
Params:
=over
=item C<status> - a CODEREF that allows status messages to be displayed
to the user. (F<sanitycheck.cgi>'s C<Status>)
=back
=head2 product_end_of_create
Called right after a new product has been created, allowing additional
@ -909,6 +895,20 @@ Params:
=back
=head2 sanitycheck_check
This hook allows for extra sanity checks to be added, for use by
F<sanitycheck.cgi>.
Params:
=over
=item C<status> - a CODEREF that allows status messages to be displayed
to the user. (F<sanitycheck.cgi>'s C<Status>)
=back
=head2 sanitycheck_repair
This hook allows for extra sanity check repairs to be made, for use by