Index: openacs-4/packages/dotlrn-ecommerce/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/apm-callback-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn-ecommerce/tcl/apm-callback-procs.tcl 10 Aug 2005 21:30:31 -0000 1.15 +++ openacs-4/packages/dotlrn-ecommerce/tcl/apm-callback-procs.tcl 15 Aug 2005 08:47:38 -0000 1.16 @@ -113,6 +113,22 @@ 1 \ number } + 0.1d6 0.1d7 { + apm_parameter_register \ + GradePrerequisitesP \ + "Set this to 1 if you want participants to be verified against the Grade requirement for a section." \ + dotlrn-ecommerce \ + 0 \ + number + + apm_parameter_register \ + ShowSectionCategoryFields \ + "Display the category field in the section add/edit form." \ + dotlrn-ecommerce \ + 0 \ + number + + } } }