Index: openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl 10 Jan 2007 21:22:13 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl 13 Feb 2009 20:10:21 -0000 1.5 @@ -80,13 +80,13 @@ set friends:1(extra_column) "${friends:1(first_names)} is da bomb totally" -template::util::multirow_foreach friends { +template::multirow foreach friends { set friends.extra_column "@friends.first_names@ is a good person" } template::multirow extend friends another_column -template::util::multirow_foreach friends { +template::multirow foreach friends { if {[info exists friends.extra_column]} { set friends.another_column "there is stuff in dere" } else {