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.6 -r1.7 --- openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 12 Mar 2004 18:48:48 -0000 1.6 +++ openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 7 Dec 2004 08:07:29 -0000 1.7 @@ -9,7 +9,7 @@ namespace eval content_extlink {} -ad_proc content_extlink::new { +ad_proc -deprecated content_extlink::new { {-extlink_id ""} -url:required -parent_id:required @@ -21,6 +21,8 @@ Create a new external link. + @see content::extlink::new + @extlink_id Optional pre-assigned object_id for the link @url The URL of the external resource @parent_id The folder that will contain this extlink @@ -70,24 +72,26 @@ } -ad_proc content_extlink::delete { +ad_proc -deprecated content_extlink::delete { -extlink_id:required } { Delete an external link. + @see content::extlink::delete @extlink_id The object id of the link to delete } { db_exec_plsql extlink_delete {} } -ad_proc content_extlink::extlink_p { +ad_proc -deprecated content_extlink::extlink_p { -item_id:required } { Returns true if the given item is an external link. + @see content::extlink::is_extlink @extlink_id The object id of the item to check. } {