Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 17 May 2018 14:42:03 -0000 1.15 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 24 Jul 2018 19:13:55 -0000 1.16 @@ -76,7 +76,7 @@ transaction. If you use something like db_foreach though, you need to make sure that there are no calls in the code block which would take a second db handle since the transaction is only valid for - one handle (thats why we build up a list of returned values and call + one handle (that's why we build up a list of returned values and call a second proc outside the db_foreach loop).