ad_general_link_update

one of the documented procedures in this installation of the ACS
Usage:
ad_general_link_update   db   link_id   url   link_title   link_description   ip_address
What it does:
Updates a link in the general links system. No audit yet, though. . .
Defined in: /web/philip/tcl/ad-general-links.tcl

Source code:

 

    ns_db dml $db "update general_links
set url = '[DoubleApos $url]',
link_title = '[DoubleApos $link_title]',
link_description = '[DoubleApos $link_description]',
creation_ip_address = '[DoubleApos $ip_address]'
where link_id = $link_id"



philg@mit.edu