From: <jhe...@us...> - 2002-11-13 09:17:54
|
Update of /cvsroot/upcase-project/UpCase/config In directory usw-pr-cvs1:/tmp/cvs-serv20513 Modified Files: uc_tables.inc Log Message: set some permissions to accessible by all Index: uc_tables.inc =================================================================== RCS file: /cvsroot/upcase-project/UpCase/config/uc_tables.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** uc_tables.inc 13 Nov 2002 08:58:21 -0000 1.3 --- uc_tables.inc 13 Nov 2002 09:17:51 -0000 1.4 *************** *** 54,57 **** --- 54,60 ---- "UPDATE ${tblprefix}groups SET gid='0' WHERE groupname='admins';", "INSERT INTO ${tblprefix}groups VALUES (1,'all');", + "INSERT INTO ${tblprefix}permissions VALUES ('menu', '1');", + "INSERT INTO ${tblprefix}permissions VALUES ('mainIndex', '1');", + "INSERT INTO ${tblprefix}permissions VALUES ('mainPage', '1');" ); |