Ajout clef de suivi d'impression

This commit is contained in:
Rodolphe Quiedeville 2005-11-29 13:16:47 +00:00
parent 3ac1ea4755
commit 612e33a948

View File

@ -101,7 +101,7 @@ if ( $resql )
{
$row = $db->fetch_row($resql);
print $row[1]." ".$row[0]."\n";
print "$i/$num ".$row[1]." ".$row[0];
$xx = new pdf_ibreizh($db);
$xx->_write_pdf_file($row[0], &$pdf, 1);