Index: openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl 13 Feb 2009 22:13:06 -0000 1.7 +++ openacs-4/packages/acs-content-repository/tcl/content-extlink-procs.tcl 27 Oct 2014 16:39:10 -0000 1.8 @@ -67,10 +67,10 @@ is assumed that the caller will be pulling the existing values out of the database before editing them. - @extlink_id Optional pre-assigned object_id for the link - @url The URL of the external resource - @label Label for the extlink (defaults to the URL) - @description An extended description of the link (defaults to NULL) + @param extlink_id Optional pre-assigned object_id for the link + @param url The URL of the external resource + @param label Label for the extlink (defaults to the URL) + @param description An extended description of the link (defaults to NULL) } { set modifying_user [ad_conn user_id] @@ -113,7 +113,7 @@ } { Returns the name of an extlink - @item_id The object id of the item to check. + @param item_id The object id of the item to check. } { return [db_string get {}] }