This commit is contained in:
KANE LAZENI 2026-02-17 18:22:14 +00:00
parent 520a04c242
commit c0c1ec38c6

View File

@ -173,16 +173,16 @@ if (!empty($photo) && $headers && $faceRegistered=="1" && strpos($headers[0], '2
$pdf->Cell(25, 3, mb_convert_encoding(_('Photo non disponible'), "ISO-8859-1", "UTF-8"), 0, 1, 'C');
}
echo "photo => $photo";
/*
// echo "photo => $photo";
var_dump(
array(
"faceRegistered" => $faceRegistered,
"photo" => $photo,
"headers" => $headers,
"strpos" => strpos($headers[0], '200'),
"temp" => $temp,
)
);
*/
// Nom du souscripteur en bas
$pdf->SetFont('Arial', 'B', 6);