some debugging
This commit is contained in:
parent
d056f2baa1
commit
9096f059c3
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user