Index: openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql,v diff -u -r1.30 -r1.31 --- openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql 11 Dec 2001 02:57:07 -0000 1.30 +++ openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql 11 Dec 2001 04:36:10 -0000 1.31 @@ -20,6 +20,7 @@ -- set up the portal perms hierarchy -- and root privs to global priv names + acs_privilege.add_child('read','portal_read_portal'); acs_privilege.add_child('portal_edit_portal','portal_read_portal'); acs_privilege.add_child('portal_admin_portal','portal_edit_portal'); acs_privilege.add_child('create','portal_create_portal');