Index: openacs-4/packages/contacts/sql/postgresql/contacts-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/sql/postgresql/contacts-package-create.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/contacts/sql/postgresql/contacts-package-create.sql 4 Oct 2005 02:58:37 -0000 1.5 +++ openacs-4/packages/contacts/sql/postgresql/contacts-package-create.sql 29 Jan 2006 16:11:29 -0000 1.6 @@ -107,15 +107,15 @@ v_folder_id := cf.folder_id from cr_items ci, cr_folders cf where ci.item_id = cf.folder_id - and ci.parent_id = ''0'' + and ci.parent_id = ''-4'' and ci.name = ''contacts''; if v_folder_id is null then v_folder_id := content_folder__new ( ''contacts'', ''Contacts'', NULL, - ''0'' + ''-4'' ); end if;