9 lines
269 B
PHP
Executable File
9 lines
269 B
PHP
Executable File
<?php
|
|
if (isset($ongletCatalog)) $_SESSION['ongletCatalog']=$ongletCatalog;
|
|
if (isset($affLV)) $_SESSION['affLV']=$affLV;
|
|
if (isset($idFam)) $_SESSION['idFam']=$idFam;
|
|
if (isset($idCat)) $_SESSION['idCat']=$idCat;
|
|
if (isset($idPrd)) $_SESSION['idPrd']=$idPrd;
|
|
|
|
?>
|