|
From: Benjamin C. <bc...@us...> - 2003-06-11 12:05:24
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv11676 Modified Files: install.php Log Message: Moved the project_perm conversion before the project conversion so it will work Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- install.php 12 May 2003 23:18:37 -0000 1.37 +++ install.php 11 Jun 2003 12:05:17 -0000 1.38 @@ -83,8 +83,8 @@ '/TBL_GROUP_PERM/' => $_pv['tbl_prefix'].'group_perm', '/TBL_OS/' => $_pv['tbl_prefix'].'os', '/TBL_PROJECT_GROUP/' => $_pv['tbl_prefix'].'project_group', - '/TBL_PROJECT/' => $_pv['tbl_prefix'].'project', '/TBL_PROJECT_PERM/' => $_pv['tbl_prefix'].'project_perm', + '/TBL_PROJECT/' => $_pv['tbl_prefix'].'project', '/TBL_RESOLUTION/' => $_pv['tbl_prefix'].'resolution', '/TBL_SAVED_QUERY/' => $_pv['tbl_prefix'].'saved_query', '/TBL_SEVERITY/' => $_pv['tbl_prefix'].'severity', |