z
This commit is contained in:
parent
9837432a83
commit
ba1a2116a4
|
|
@ -416,6 +416,7 @@ require_once 'Framework/Localisation.php';
|
||||||
$this->requete->getSession()->setAttribut("codeEtatBeneficiaire_C", "");
|
$this->requete->getSession()->setAttribut("codeEtatBeneficiaire_C", "");
|
||||||
$this->requete->getSession()->setAttribut("lienPhoto_C", "");
|
$this->requete->getSession()->setAttribut("lienPhoto_C", "");
|
||||||
$this->requete->getSession()->setAttribut("dateEffetBeneficiaire_C", "");
|
$this->requete->getSession()->setAttribut("dateEffetBeneficiaire_C", "");
|
||||||
|
$this->requete->getSession()->setAttribut("dateEffetAdherent_C", $utilisateur['dateEffetAdherent']);
|
||||||
$this->requete->getSession()->setAttribut("enVigueur_C", "");
|
$this->requete->getSession()->setAttribut("enVigueur_C", "");
|
||||||
|
|
||||||
$_SESSION['photoAssureCrypte'] = "";
|
$_SESSION['photoAssureCrypte'] = "";
|
||||||
|
|
|
||||||
0
Societes/radiant/images/logo_etat.png
Normal file → Executable file
0
Societes/radiant/images/logo_etat.png
Normal file → Executable file
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
Societes/radiant/images/logo_etat_new.png
Normal file → Executable file
0
Societes/radiant/images/logo_etat_new.png
Normal file → Executable file
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
|
@ -297,18 +297,21 @@
|
||||||
<div id="div_test_gabarit">
|
<div id="div_test_gabarit">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/*
|
|
||||||
var_dump
|
var_dump
|
||||||
(
|
(
|
||||||
array
|
array
|
||||||
(
|
(
|
||||||
|
/*
|
||||||
"dossierLogo" => $_SESSION['dossierLogo'],
|
"dossierLogo" => $_SESSION['dossierLogo'],
|
||||||
"dossierAssure" => $_SESSION['dossierAssure'],
|
"dossierAssure" => $_SESSION['dossierAssure'],
|
||||||
"lienLogo" => $_SESSION['lienLogo'],
|
"lienLogo" => $_SESSION['lienLogo'],
|
||||||
|
*/
|
||||||
|
"dateEffetAdherent_C" => $_SESSION['dateEffetAdherent_C'],
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user