Index: openacs-4/packages/courses/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/courses/tcl/apm-callback-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/courses/tcl/apm-callback-procs.tcl 2 Feb 2005 17:19:54 -0000 1.2 +++ openacs-4/packages/courses/tcl/apm-callback-procs.tcl 7 Feb 2005 16:21:01 -0000 1.3 @@ -30,27 +30,27 @@ content::type::attribute::new \ -content_type "course_catalog" \ -attribute_name "course_key" \ - -datatype "text" \ + -datatype "string" \ -pretty_name "Course Key" \ -pretty_plural "Course Key" \ -sort_order 1 \ -column_spec "varchar(50)" content::type::attribute::new \ - -content_type "course_catalog" \ - -attribute_name "course_name" \ - -datatype "text" \ - -pretty_name "Course Name" \ - -sort_order 2 \ - -column_spec "varchar(200)" + -content_type "course_catalog" \ + -attribute_name "course_name" \ + -datatype "string" \ + -pretty_name "Course Name" \ + -sort_order 2 \ + -column_spec "varchar(200)" content::type::attribute::new \ -content_type "course_catalog" \ -attribute_name "course_info" \ -datatype "text" \ -pretty_name "Course Information" \ -sort_order 3 \ - -column_spec "varchar" + -column_spec "text" content::type::attribute::new \ -content_type "course_catalog" \