Index: openacs-4/packages/dotlrn/tcl/department-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/department-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/department-procs.tcl 16 Mar 2002 17:38:08 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/department-procs.tcl 18 Mar 2002 04:59:39 -0000 1.3 @@ -29,10 +29,11 @@ db_transaction { dotlrn_community::new_type \ - -community_type_key $department_key \ + -community_type_key "$department_key" \ -parent_type "dotlrn_class_instance" \ -pretty_name $pretty_name \ - -description $description + -description $description \ + -url_part $department_key db_dml insert_department {} }