diff -u -r1.27 RequestRec.pod
--- src/docs/2.0/api/Apache/RequestRec.pod 8 Aug 2004 18:26:20 -0000 1.27
+++ src/docs/2.0/api/Apache/RequestRec.pod 9 Aug 2004 02:41:29 -0000
@@ -1756,7 +1756,7 @@
The path portion of the URI
$uri = $r->uri(); - my $prec_uri = $r->uri($uri); + my $prev_uri = $r->uri($new_uri);
Thanks Fred. Don't forget to match the following entry. I've committed this.
Index: src/docs/2.0/api/Apache/RequestRec.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
retrieving revision 1.27
diff -u -r1.27 RequestRec.pod
--- src/docs/2.0/api/Apache/RequestRec.pod 8 Aug 2004 18:26:20 -0000 1.27
+++ src/docs/2.0/api/Apache/RequestRec.pod 9 Aug 2004 03:07:53 -0000
@@ -1756,14 +1756,14 @@
The path portion of the URI
$uri = $r->uri(); - my $prec_uri = $r->uri($uri); + my $prec_uri = $r->uri($new_uri);
=over 4
=item obj: C<$r> ( C<L<Apache::RequestRec object|docs::2.0::api::Apache::RequestRec>> )
-=item opt arg1: C<$uri> ( string ) +=item opt arg1: C<$new_uri> ( string )
=item ret: C<$uri> ( string )
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
