Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -r1.76 -r1.77 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 29 Jun 2007 20:10:02 -0000 1.76 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 1 Jul 2007 14:48:38 -0000 1.77 @@ -158,11 +158,11 @@ } CrClass ad_instproc folder_type_unregister_all { - {-include_sub_types t} + {-include_subtypes t} } { Unregister the object type from all folders on the system - @param include_sub_types Boolean value (t/f) to flag whether the + @param include_subtypes Boolean value (t/f) to flag whether the operation should be applied on subtypes as well } { my instvar object_type @@ -178,14 +178,14 @@ } CrClass ad_instproc folder_type { - {-include_sub_types t} + {-include_subtypes t} -folder_id operation } { register the current object type for folder_id. If folder_id is not specified, use the instvar of the class instead. - @param include_sub_types Boolean value (t/f) to flag whether the + @param include_subtypes Boolean value (t/f) to flag whether the operation should be applied on subtypes as well } { if {$operation ne "register" && $operation ne "unregister"} {