Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1682 → Rev 1683

/trunk/jrest/lib/GenerateurPDF.php
330,7 → 330,7
// date
$temps = strtotime($obs['date_observation']);
$this->pdf->writeHTMLCell($w = $width, '', '', '',
$html = '<strong>Date de récolte</strong> : ' . $temps ? strftime("%d/%m/%Y", $temps) : '',
$html = '<strong>Date de récolte</strong> : ' . ($temps ? strftime("%d/%m/%Y", $temps) : '               '),
$border = 'LBR', $ln = 1, $fill = false, $reset = true, $align = 'R', $autopadding = true);
 
}