Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/plsql.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/plsql.xml,v diff -u -r1.6.14.1 -r1.6.14.2 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/plsql.xml 23 Jun 2016 08:32:46 -0000 1.6.14.1 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/plsql.xml 21 Apr 2017 15:07:52 -0000 1.6.14.2 @@ -126,7 +126,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 @@ -202,7 +202,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.