stas 2002/07/16 09:17:20 Modified: src/docs/2.0/user/handlers handlers.pod Log: fix the RUN_FIRST type definition Revision Changes Path 1.6 +4 -4 modperl-docs/src/docs/2.0/user/handlers/handlers.pod Index: handlers.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/handlers.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- handlers.pod 12 Jul 2002 09:56:39 -0000 1.5 +++ handlers.pod 16 Jul 2002 16:17:20 -0000 1.6 @@ -60,10 +60,10 @@ Handlers of the type C<RUN_FIRST> will be executed in the order they have been registered until the first handler that returns something -other than C<Apache::DECLINED>. If the return value is C<Apache::OK>, -the next handler in the chain will be run. If the return value is -C<Apache::DECLINED> the next phase will start. In all other cases the -execution will be aborted. +other than C<Apache::DECLINED>. If the return value is +C<Apache::DECLINED>, the next handler in the chain will be run. If the +return value is C<Apache::OK> the next phase will start. In all other +cases the execution will be aborted. =item * RUN_ALL
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]