alpha_full/admin/options/commercant/commercant.debug.php
2026-04-06 22:58:51 +02:00

11 lines
384 B
PHP
Executable File

<?php
$debugMsg .= monDebug(1, [
'lgCourante' => $_SESSION['lgCouranteCode'],
'activLiv2' => $activLiv2,
'theIdContact2' => $theIdContact2,
'theDescContact2' => $theDescContact2,
'theLibContact2' => $theLibContact2,
'thePopContact2' => $thePopContact2,
'typeOfCommercant' => $typeOfCommercant
], 'commercant.debug.php');
?>