Index: openacs-4/packages/acs-core-docs/www/objects.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/objects.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-core-docs/www/objects.html 3 Mar 2002 05:17:14 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/objects.html 3 Mar 2002 06:29:41 -0000 1.6 @@ -234,7 +234,7 @@

-Define a package for type specific procedures

+Define a package for type specific procedures

The next step is to define a PL/SQL package for your new type, and write some basic procedures to create and delete objects. Here is a @@ -290,7 +290,7 @@

-Define a package body for type specific procedures

+Define a package body for type specific procedures

The PL/SQL package body contains the implementations of the procedures defined above. The only subtle thing going on here is that we must use