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 -r1.8 -r1.8.2.1 --- openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml 20 Aug 2003 16:20:19 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/db-api.xml 19 Nov 2003 14:35:16 -0000 1.8.2.1 @@ -8,8 +8,7 @@ Database Access API -by Jon Salz. Revised and expanded by -Roberto Mello (rmello at fslc dot usu dot edu), July 2002. +By Jon Salz. Revised and expanded by Roberto Mello (rmello at fslc dot usu dot edu), July 2002. @@ -975,9 +974,9 @@ Performs the SQL query sql, saving results in variables of the form - var_name:1, var_name:2, etc, - setting var_name:rowcount to the total number - of rows, and setting var_name:columns to a + var_name:1, var_name:2, etc, + setting var_name:rowcount to the total number + of rows, and setting var_name:columns to a list of column names. @@ -1006,7 +1005,7 @@ You may also add additional, computed columns to the multirow, using the - -extend { col_1 col_2 ... } switch. This is + -extend { col_1 col_2 ... } switch. This is useful for things like constructing a URL for the object retrieved by the query.