Index: openacs-4/packages/lorsm/www/course-structure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-structure.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lorsm/www/course-structure.tcl 17 May 2005 17:03:40 -0000 1.7 +++ openacs-4/packages/lorsm/www/course-structure.tcl 20 May 2005 18:48:14 -0000 1.8 @@ -101,7 +101,7 @@ set total_items [db_string items_count {select count(*) from ims_cp_items where org_id=:org_id} -default 0] # We get the indent of the items in this org_id - set indent_list [lors_central::get_items_indent -org_id $org_id] + set indent_list [lorsm::get_items_indent -org_id $org_id] template::util::list_of_lists_to_array $indent_list indent_array