wp_attach_url

one of the documented procedures in this installation of the ACS
Usage:
wp_attach_url
What it does:
Returns the AttachURL parameter (no trailing slash).
Defined in: /web/philip/tcl/wp-defs.tcl

Source code:


    set url [ad_parameter "AttachURL" wp "/wp/attach/"]
    regsub {/$} $url "" url
    return $url


philg@mit.edu