Index: openacs-4/packages/curriculum/tcl/misc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/tcl/misc-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/curriculum/tcl/misc-procs.tcl 25 Jun 2003 17:34:17 -0000 1.7 +++ openacs-4/packages/curriculum/tcl/misc-procs.tcl 28 Jun 2003 09:30:03 -0000 1.8 @@ -15,7 +15,7 @@ ad_proc -public curriculum::package_keys { } { Builds a list that will be used as an argument to "site_node_closest_ancestor_package". - If .LRN is not installed it will be ste to "acs_subsite" and if it is installed, + If .LRN is not installed it will be set to "acs_subsite" and if it is installed, "dotlrn" will be prepended to the list. The Underlying reason we do this is because we want to allow one Curriculum instance under each dotLRN instance, if dotLRN is installed. And if it is installed it should take precedence over acs_subsite.