Index: openacs-4/packages/acs-tcl/tcl/sql-statement-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/sql-statement-procs.tcl,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-tcl/tcl/sql-statement-procs.tcl 7 Aug 2017 23:48:00 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/sql-statement-procs.tcl 22 Nov 2019 16:21:43 -0000 1.5.2.1 @@ -7,7 +7,7 @@ How to use this: You simply call ad_sql_append any number of times, then ad_sql_get to feed to the database. - What you gain from using these two procs is that the parts of the sql statement will + What you gain from using these two procs is that the parts of the SQL statement will always be output in the right sequence. @@ -27,7 +27,7 @@ } { @param sqlarrayname array reference - @return a sql statement constructed from the pieces provided via ad_sql_append + @return a SQL statement constructed from the pieces provided via ad_sql_append @see ad_sql_append } {