Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.194 -r1.195 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Oct 2008 14:14:21 -0000 1.194 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Oct 2008 15:17:19 -0000 1.195 @@ -1121,7 +1121,7 @@ set anon_instances [my get_from_template anon_instances f] #my msg form=$form #my msg anon_instances=$anon_instances - + # The following code should be obsolete # set form_id [my get_form_id] # if {![$form_id istype ::xowiki::Form]} { @@ -1664,8 +1664,9 @@ if {[my exists state]} { $f set state [my set state] } + # Call the application specific initialization, when a FormPage is - # initially created. This is used to control the live-cycle of + # initially created. This is used to control the life-cycle of # FormPages. $f initialize