ad_partner_get_stubWhat it does:
Returns the url stub for the ad_partner table. No trailing slash and final script name removedDefined in: /web/philip/tcl/ad-partner-defs.tcl
Source code:
set url [ns_conn url] # remove the final slash and filename regexp {(.*)/[^/]*$} $url {} stub if { [info exists stub] && ![empty_string_p $stub] } { return $stub } return "/"