Index: openacs-4/packages/acs-core-docs/www/eng-standards-plsql.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/eng-standards-plsql.adp,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/acs-core-docs/www/eng-standards-plsql.adp 2 Jun 2017 11:12:57 -0000 1.1.2.9 +++ openacs-4/packages/acs-core-docs/www/eng-standards-plsql.adp 16 Jun 2017 17:19:50 -0000 1.1.2.10 @@ -36,7 +36,7 @@ Code
  1. Encapsulation of related fuctionality is key to maintainability and upgradeability of our software. Try to bundle your code into -packages whenever possible. This will make +packages whenever possible. This will make upgrading, bug fixing, and customizing, among other things, a possibility.

  2. When creating functions or procedures use the following