From 015c2739bdac35e92dc0f7d6168e048b6d492dfd Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 24 Nov 2001 21:04:51 +0000 Subject: Upgrade script; updating keys, using table_prefix properly git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/install.php') diff --git a/phpBB/install.php b/phpBB/install.php index c10048d10c..64c5de37a6 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -432,6 +432,7 @@ else // out some additional instruction_textions later on what to do after installation // for the odbc DBMS. // + print "dbms = - $dbms -
"; if( isset($dbms) ) { include($phpbb_root_path.'includes/db.'.$phpEx); -- cgit v1.2.1