Removing condition that made using the three main databases as one equivalent to using single DB mode - this should by no means be the case

skala
Yannick Warnier 16 years ago
parent b3acf5dbb6
commit 3500ab37c8
  1. 4
      main/install/install_db.inc.php

@ -71,10 +71,6 @@ if (!$singleDbForm) {
}
Database::query("CREATE DATABASE IF NOT EXISTS `$mysqlMainDb`") or die(Database::error());
if ($mysqlStatsDb == $mysqlMainDb && $mysqlUserDb == $mysqlMainDb) {
$singleDbForm = true;
}
/**
* CREATING THE STATISTICS DATABASE
*/

Loading…
Cancel
Save