Index: openacs-4/packages/acs-content-repository/tcl/extlink-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/extlink-procs-oracle.xql,v diff -u -N --- openacs-4/packages/acs-content-repository/tcl/extlink-procs-oracle.xql 15 Nov 2017 16:38:23 -0000 1.10 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,46 +0,0 @@ - - - oracle8.1.6 - - - - - begin - :1 := content_extlink.new ( - name => :name, - url => :url, - label => :label, - description => :description, - parent_id => :parent_id, - extlink_id => :extlink_id, - creation_user => :creation_user, - creation_ip => :creation_ip, - package_id => :package_id - ); - end; - - - - - - - - begin - content_extlink.del ( - extlink_id => :extlink_id - ); - end; - - - - - - - - select content_extlink.is_extlink (:item_id) - from dual - - - - -