|
From: Benjamin C. <bc...@us...> - 2002-03-26 17:30:24
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv25663 Modified Files: install.php Log Message: Forgotten tables Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- install.php 20 Mar 2002 15:09:18 -0000 1.16 +++ install.php 26 Mar 2002 17:30:20 -0000 1.17 @@ -44,6 +44,7 @@ '/TBL_AUTH_PERM/' => $_pv['tbl_prefix'].'auth_perm', '/TBL_AUTH_USER/' => $_pv['tbl_prefix'].'auth_user', '/TBL_BUG_CC/' => $_pv['tbl_prefix'].'bug_cc', + '/TBL_BUG_DEPENDENCY/' => $_pv['tbl_prefix'].'bug_dependency', '/TBL_BUG_GROUP/' => $_pv['tbl_prefix'].'bug_group', '/TBL_BUG_HISTORY/' => $_pv['tbl_prefix'].'bug_history', '/TBL_BUG_VOTE/' => $_pv['tbl_prefix'].'bug_vote', @@ -61,6 +62,7 @@ '/TBL_STATUS/' => $_pv['tbl_prefix'].'status', '/TBL_USER_GROUP/' => $_pv['tbl_prefix'].'user_group', '/TBL_USER_PERM/' => $_pv['tbl_prefix'].'user_perm', + '/TBL_USER_PREF/' => $_pv['tbl_prefix'].'user_pref', '/TBL_VERSION/' => $_pv['tbl_prefix'].'version', '/TBL_PROJECT_GROUP/' => $_pv['tbl_prefix'].'project_group', '/OPTION_ADMIN_EMAIL/' => $_pv['admin_login'], |