|
From: Benjamin C. <bc...@us...> - 2002-03-13 16:34:54
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv32169 Modified Files: install.php Log Message: Fixes a bug reported by drak0 Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- install.php 5 Mar 2002 21:35:32 -0000 1.12 +++ install.php 13 Mar 2002 16:34:50 -0000 1.13 @@ -44,6 +44,7 @@ '/TBL_BUG_CC/' => $_pv['tbl_prefix'].'bug_cc', '/TBL_BUG_GROUP/' => $_pv['tbl_prefix'].'bug_group', '/TBL_BUG_HISTORY/' => $_pv['tbl_prefix'].'bug_history', + '/TBL_BUG_VOTE/' => $_pv['tbl_prefix'].'bug_vote', '/TBL_BUG/' => $_pv['tbl_prefix'].'bug', '/TBL_COMMENT/' => $_pv['tbl_prefix'].'comment', '/TBL_COMPONENT/' => $_pv['tbl_prefix'].'component', |