stas        2004/02/21 20:06:23

  Modified:    src/docs/2.0/api/Apache RequestUtil.pod
  Log:
  correction
  
  Revision  Changes    Path
  1.11      +1 -1      modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod
  
  Index: RequestUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- RequestUtil.pod   22 Feb 2004 04:00:50 -0000      1.10
  +++ RequestUtil.pod   22 Feb 2004 04:06:23 -0000      1.11
  @@ -334,7 +334,7 @@
   
   A list of handlers configured to run at the response phase:
   
  -  my @handlers = @{ $r->get_handlers('PerlResponseHandler') || '' };
  +  my @handlers = @{ $r->get_handlers('PerlResponseHandler') || [] };
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to