|
From: Ken T. <ke...@us...> - 2003-05-12 23:18:40
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv29828 Modified Files: install.php Log Message: added tbl_project_perm translation (new installs were getting phpbt_project_PERM as table name) Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- install.php 9 Apr 2003 12:11:44 -0000 1.36 +++ install.php 12 May 2003 23:18:37 -0000 1.37 @@ -84,6 +84,7 @@ '/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_RESOLUTION/' => $_pv['tbl_prefix'].'resolution', '/TBL_SAVED_QUERY/' => $_pv['tbl_prefix'].'saved_query', '/TBL_SEVERITY/' => $_pv['tbl_prefix'].'severity', |