Index: lams_common/db/sql/insert_types_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_types_data.sql,v diff -u -r1.3 -r1.4 --- lams_common/db/sql/insert_types_data.sql 10 Jan 2005 06:54:30 -0000 1.3 +++ lams_common/db/sql/insert_types_data.sql 17 Jan 2005 02:57:35 -0000 1.4 @@ -26,7 +26,7 @@ INSERT INTO lams_organisation_type VALUES(1, 'ROOT ORGANISATION', 'root all other organisations: controlled by Sysadmin'); INSERT INTO lams_organisation_type VALUES(2, 'BASE ORGANISATION', 'base organization: represents a real seperate organization sucha s a university '); -INSERT INTO lams_organisation_type VALUES(3, 'SUB-ORGANIZATION', 'sub organization of a base organization'); +INSERT INTO lams_organisation_type VALUES(3, 'SUB-ORGANISATION', 'sub organization of a base organization'); INSERT INTO lams_grouping_type VALUES (1, 'NORMAL'); INSERT INTO lams_grouping_type VALUES (2, 'CLASS');