[svn r10988] Tricking Database lib into the given form database name so that it works without the config file

skala
Yannick Warnier 18 years ago
parent 178d33d628
commit 2ef12e4cb5
  1. 1
      main/install/index.php

@ -456,6 +456,7 @@ elseif($_POST['step6'])
//STEP 6 : INSTALLATION PROCESS
if($installType == 'update')
{
$_configuration['main_database'] = $dbNameForm;
include('update-db-1.6.x-1.8.0.inc.php');
include('update-files-1.6.x-1.8.0.inc.php');
}

Loading…
Cancel
Save