Index: openacs-4/packages/acs-content-repository/tcl/extlink-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/extlink-procs.xql,v diff -u -N --- openacs-4/packages/acs-content-repository/tcl/extlink-procs.xql 15 Nov 2017 16:38:23 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,37 +0,0 @@ - - - - - - - update acs_objects - set last_modified = current_timestamp, - modifying_user = :modifying_user, - modifying_ip = :modifying_ip, - title = :label - where object_id = :extlink_id - - - - - - - - update cr_extlinks - set url = :url, - label = :label, - description = :description - where extlink_id = :extlink_id - - - - - - - select label - from cr_extlinks - where extlink_id = :item_id - - - -