|
From: Jirka P. <fi...@us...> - 2002-05-19 11:54:27
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv29300/phpbt Modified Files: install.php Log Message: Added TBL_DATABASE. Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- install.php 11 Apr 2002 22:15:17 -0000 1.27 +++ install.php 19 May 2002 11:54:22 -0000 1.28 @@ -94,6 +94,7 @@ '/TBL_USER_PREF/' => $_pv['tbl_prefix'].'user_pref', '/TBL_VERSION/' => $_pv['tbl_prefix'].'version', '/TBL_PROJECT_GROUP/' => $_pv['tbl_prefix'].'project_group', + '/TBL_DATABASE/' => $_pv['tbl_prefix'].'database', '/OPTION_ADMIN_EMAIL/' => $_pv['admin_login'], '/OPTION_ADMIN_PASS/' => $_pv['encrypt_pass'] ? md5($_pv['admin_pass']) : $_pv['admin_pass'], |