1
0

some debugging

This commit is contained in:
Daniel Tartavel 2022-09-09 18:55:29 +02:00
parent d056f2baa1
commit 9096f059c3
2 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ class db extends mysqli
function __construct() function __construct()
{ {
global $testMode, $confDir; global $testMode, $configDir;
require_once $confDir . "/dbConfig.php"; require_once $configDir . "/dbConfig.php";
$flagError = false; $flagError = false;
if ($testMode) if ($testMode)
{ {

View File

@ -164,7 +164,7 @@ class rdc_store extends hook
{ {
$store2level = $this->storeLevel + 20; $store2level = $this->storeLevel + 20;
} }
}elseif ($exterieurLuxMoyen < 5000 and $salon_lux < 200 and $soleil < 100 and $facadeLuxMoyen < 8000) }elseif ($exterieurLuxMoyen < 5000 and $salon_lux < 200 and $soleil < 100 and $facadeLuxMoyen < 10000)
{ {
logger(DEBUG, "exterieurLuxMoyen < 5000 and salon_lux < 200 and soleil < 100", __FILE__ . ":" . __LINE__); logger(DEBUG, "exterieurLuxMoyen < 5000 and salon_lux < 200 and soleil < 100", __FILE__ . ":" . __LINE__);
$this->close("Luminosité faible"); $this->close("Luminosité faible");