Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 42

ocultando warnings

Ver diferencias:

etiquetas-portatiles/trunk/index.php
if($labels[$num_label]["foto"]!=""){
$photoStudent = "tmp/Alu".$id.".png";
$im = imagepng(imagecreatefromstring($labels[$num_label]["foto"]),$photoStudent);
$im = @imagepng(@imagecreatefromstring($labels[$num_label]["foto"]),$photoStudent);
if ($im !== false && file_exists($photoStudent))
$pdf->Image($photoStudent, $x + $QR_size, $y, $photoWidth, $photoHeight);

Exportar a: Unified diff