geoff 2004/09/21 06:58:03
Modified: src/docs/2.0/api/Apache RequestRec.pod
Log:
remove canonical_filename() call, as the method no longer exists
Revision Changes Path
1.32 +0 -3 modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod
Index: RequestRec.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- RequestRec.pod 22 Aug 2004 21:48:23 -0000 1.31
+++ RequestRec.pod 21 Sep 2004 13:58:03 -0000 1.32
@@ -24,9 +24,6 @@
# how many bytes were sent
$bytes_sent = $r->bytes_sent();
- # canonical filename
- $canon_filename = $r->canonical_filename();
-
# client connection record
$c = $r->connection();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]