7 lines
223 B
PHP
Executable File
7 lines
223 B
PHP
Executable File
<?php
|
|
if (isset($cdeJour)) $_SESSION['cdeJour']=$cdeJour;
|
|
if (isset($cdeLiv)) $_SESSION['cdeLiv']=$cdeLiv;
|
|
if (!empty($affCde)) $_SESSION['affCde']=$affCde;
|
|
if (!empty($affValCde)) $_SESSION['affValCde']=$affValCde;
|
|
?>
|