14 lines
412 B
PHP
Executable File
14 lines
412 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug(2, [
|
|
'codeOpe=' => $codeOpe,
|
|
'lgCourante=' => $_SESSION['lgCouranteCode'],
|
|
'theIdZone=' => $theIdZone,
|
|
'numTranche2=' => $numTranche2,
|
|
'prix2=' => $prix2,
|
|
'poidsMin2=' => $poidsMin2,
|
|
'poidsMax2=' => $poidsMax2,
|
|
'theName=' => $theName,
|
|
'theLib=' => $theLib,
|
|
'idMl=' => $idMl
|
|
], 'gt.debug.php');
|
|
?>
|