Index: openacs-4/contrib/obsolete-packages/acs-content/sql/oracle/acs-content-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/acs-content/sql/oracle/acs-content-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/obsolete-packages/acs-content/sql/oracle/acs-content-create.sql 12 May 2002 20:57:01 -0000 1.2 +++ openacs-4/contrib/obsolete-packages/acs-content/sql/oracle/acs-content-create.sql 30 Sep 2003 12:10:00 -0000 1.3 @@ -37,7 +37,7 @@ content in acs_contents.content%TYPE default empty_blob() ); - procedure delete ( + procedure del ( content_id in acs_contents.content_id%TYPE ); @@ -87,14 +87,14 @@ ); end new; - procedure delete ( + procedure del ( content_id in acs_contents.content_id%TYPE ) is begin delete from acs_contents - where content_id = acs_content.delete.content_id; - end delete; + where content_id = acs_content.del.content_id; + end del; -- update language column procedure update_nls_language (