ad_general_link_update db link_id url link_title link_description ip_addressWhat 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"