Index: openacs-4/packages/acs-core-docs/www/tutorial-second-database.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-second-database.adp,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-core-docs/www/tutorial-second-database.adp 21 Apr 2017 15:07:52 -0000 1.1.2.4 +++ openacs-4/packages/acs-core-docs/www/tutorial-second-database.adp 2 Jun 2017 11:12:58 -0000 1.1.2.5 @@ -73,7 +73,7 @@
  • To use the legacy database, use the -dbn flag for any of the db_ API calls. For example, suppose there is a table called "foo" in the legacy system, with a field -"bar". List "bar" for all records with this tcl +"bar". List "bar" for all records with this Tcl file:

     db_foreach -dbn legacy get_bar_query {
       select bar from foo