11 lines
384 B
PHP
Executable File
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');
|
|
?>
|