wp_presentation_edit_url

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

Source code:


    set url [ad_parameter "PresentationEditURL" wp "/wp/display-edit/"]
    regsub {/$} $url "" url
    return $url


philg@mit.edu