Index: lams_common/db/sql/insert_types_data.sql =================================================================== diff -u -reb4b64178514bbe639a561a3fb06157bcce7f6f4 -rf3685eac39b0b050392312f77cbea03b0c46b155 --- lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision eb4b64178514bbe639a561a3fb06157bcce7f6f4) +++ lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision f3685eac39b0b050392312f77cbea03b0c46b155) @@ -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');