11 lines
258 B
PHP
Executable File
11 lines
258 B
PHP
Executable File
<?php
|
|
$debugMsg .monDebug(1,[
|
|
'typeDeRecherche' => $typeDeRecherche,
|
|
'idFam' => $idFam,
|
|
'idCat' => $idCat,
|
|
'<br>nomPrd' => $nomPrd,
|
|
'ref' => $ref,
|
|
'borne1' => $borne1,
|
|
'critere' => $critere,
|
|
],'gondole_accueil.debug.php');
|
|
?>
|