stas        2003/02/19 22:55:00

  Modified:    src/docs/1.0/api Apache.pod
  Log:
  doc sync with modperl rep: Apache::unescape_url
  
  Revision  Changes    Path
  1.14      +7 -1      modperl-docs/src/docs/1.0/api/Apache.pod
  
  Index: Apache.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Apache.pod        27 Aug 2002 08:52:07 -0000      1.13
  +++ Apache.pod        20 Feb 2003 06:55:00 -0000      1.14
  @@ -988,7 +988,13 @@
   
   =head2 Apache::unescape_url($string)
   
  -Handy function for unescapes.  Use this one for filenames/paths.
  +  $unescaped_url = Apache::unescape_url($string)
  +
  +Handy function for unescapes.  Use this one for
  +filenames/paths. Notice that the original C<$string> is mangled in the
  +process (because the string part of PV shrinks, but the variable is
  +not updated, to speed things up).
  +
   Use C<unescape_url_info> for the result of submitted form data.
   
   =head2 Apache::unescape_url_info($string)
  
  
  

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

Reply via email to