Index: openacs-4/packages/lab-report/www/new-section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lab-report/www/new-section.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lab-report/www/new-section.tcl 12 May 2006 01:34:34 -0000 1.1 +++ openacs-4/packages/lab-report/www/new-section.tcl 21 May 2006 05:29:44 -0000 1.2 @@ -27,6 +27,7 @@ set content_id [package_instantiate_object \ -var_list [list [list report_id $report_id] \ [list section_id $section_id] \ + [list package_id $package_id] \ [list author_id $author_id]] \ lr_section_content] }