Subversion Repositories eFlore/Applications.cel

Rev

Rev 1682 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1682 Rev 1683
Line 328... Line 328...
328
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
328
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
Line 329... Line 329...
329
 
329
 
330
		// date
330
		// date
331
		$temps = strtotime($obs['date_observation']);
331
		$temps = strtotime($obs['date_observation']);
332
		$this->pdf->writeHTMLCell($w = $width, '', '', '',
332
		$this->pdf->writeHTMLCell($w = $width, '', '', '',
333
								  $html = '<strong>Date de récolte</strong> : ' . $temps ? strftime("%d/%m/%Y", $temps) : '',
333
								  $html = '<strong>Date de récolte</strong> : ' . ($temps ? strftime("%d/%m/%Y", $temps) : '               '),
Line 334... Line 334...
334
								  $border = 'LBR', $ln = 1, $fill = false, $reset = true, $align = 'R', $autopadding = true);
334
								  $border = 'LBR', $ln = 1, $fill = false, $reset = true, $align = 'R', $autopadding = true);
Line 335... Line 335...
335
 
335