1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

Upgrade script; updating keys, using table_prefix properly

git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-11-24 21:04:51 +00:00
parent bb1e0dd006
commit 015c2739bd
2 changed files with 143 additions and 74 deletions

View File

@@ -432,6 +432,7 @@ else
// out some additional instruction_textions later on what to do after installation
// for the odbc DBMS.
//
print "dbms = - $dbms -<br>";
if( isset($dbms) )
{
include($phpbb_root_path.'includes/db.'.$phpEx);