stas        2002/08/15 01:46:40

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  the get_remote_host() name didn't change after all
  
  Revision  Changes    Path
  1.29      +1 -1      modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- compat.pod        31 Jul 2002 16:38:13 -0000      1.28
  +++ compat.pod        15 Aug 2002 08:46:40 -0000      1.29
  @@ -361,7 +361,7 @@
   C<L<Apache::Connection>>:
   
     use Apache::Connection;
  -  $r->connection->remote_host();
  +  $r->connection->get_remote_host();
   
   =head2 C<$r-E<gt>content>
   
  
  
  

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

Reply via email to