a
This commit is contained in:
parent
2245b913d5
commit
42c2a0db66
|
|
@ -524,7 +524,6 @@
|
|||
$photoAssureCrypte = $photo;
|
||||
|
||||
}
|
||||
/*
|
||||
var_dump
|
||||
(
|
||||
array(
|
||||
|
|
@ -532,7 +531,6 @@
|
|||
)
|
||||
|
||||
);
|
||||
*/
|
||||
$prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);
|
||||
|
||||
$impaye = ($prestationPossible=="0") ? 1 : 0;
|
||||
|
|
|
|||
|
|
@ -55,7 +55,14 @@
|
|||
// $imgData = $_SESSION['photoAssureCrypte'];
|
||||
$photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
var_dump($photoAssureCrypte);
|
||||
var_dump
|
||||
(
|
||||
array(
|
||||
"photoAssureCrypte" => $photoAssureCrypte,
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user