Index: openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/extlink-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 7 Dec 2004 08:07:29 -0000 1.7 +++ openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 27 Feb 2005 20:05:58 -0000 1.8 @@ -44,7 +44,7 @@ } -ad_proc content_extlink::edit { +ad_proc -deprecated content_extlink::edit { -extlink_id:required -url:required -label:required @@ -60,6 +60,7 @@ @label Label for the extlink (defaults to the URL) @description An extended description of the link (defaults to NULL) + @see update-directly } { set modifying_user [ad_conn user_id] @@ -69,7 +70,6 @@ db_dml extlink_update_object {} db_dml extlink_update_extlink {} } - } ad_proc -deprecated content_extlink::delete { @@ -98,14 +98,15 @@ return [db_string extlink_check {}] } -ad_proc content_extlink::extlink_name { +ad_proc -deprecated content_extlink::extlink_name { -item_id:required } { Returns the name of an extlink @item_id The object id of the item to check. + @see content::extlink::name } { return [db_string extlink_name {}] }