acm_type var name update

git-svn-id: file:///svn/phpbb/trunk@4434 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-25 16:53:26 +00:00
parent 7947c4e92c
commit 795d702397

View file

@ -816,7 +816,7 @@ if ($stage == 2)
$config_data .= "\$dbuser = '$dbuser';\n";
$config_data .= "\$dbpasswd = '$dbpasswd';\n\n";
$config_data .= "\$table_prefix = '$table_prefix';\n";
$config_data .= "\$acm_type = '" . ((!$acm_typefile) ? 'db' : '') . "';\n";
$config_data .= "\$acm_type = '" . (($acm_type) ? $acm_type : 'db') . "';\n";
$config_data .= "\$load_extensions = '$load_extensions';\n\n";
$config_data .= "define('PHPBB_INSTALLED', true);\n";
$config_data .= "define('DEBUG', true);\n"; // Comment out when final