Index: openacs-4/packages/acs-core-docs/www/eng-standards-plsql.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/eng-standards-plsql.html,v diff -u -r1.49.2.13 -r1.49.2.14 --- openacs-4/packages/acs-core-docs/www/eng-standards-plsql.html 6 Jan 2017 09:18:41 -0000 1.49.2.13 +++ openacs-4/packages/acs-core-docs/www/eng-standards-plsql.html 21 Apr 2017 15:07:52 -0000 1.49.2.14 @@ -81,7 +81,7 @@

- To achieve this we must fully qualify arguements passed into + To achieve this we must fully qualify arguments passed into procedures or functions when using them inside a SQL statement. This will get rid of any ambiguities in your code, i.e. it will tell the parser when you want the value of the column @@ -139,7 +139,7 @@

takes the optional argument object_id. Do this to allow people to use the same API call when they are doing double - click protection, that is, tehy have already gotten an + click protection, that is, they have already gotten an object_id and now they want to create the object with that object_id.

Style