Index: openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml 6 Aug 2002 17:21:49 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml 10 Aug 2002 19:34:42 -0000 1.7 @@ -1,10 +1,10 @@ Database Access API - + by Jon Salz. Revised and expanded by Roberto Mello (rmello at fslc dot usu dot edu), July 2002. - + Tcl procedures: /packages/acs-kernel/10-database-procs.tcl @@ -750,8 +750,7 @@ Returns the next value for the sequence sequence-name (using a SQL statement like SELECT sequence-name.nextval FROM DUAL). If sequence pooling is enabled for the sequence, transparently -uses a value from the pool if available to save a round-trip to the database -(see ). +uses a value from the pool if available to save a round-trip to the database. @@ -1266,3 +1265,8 @@ +