This commit is contained in:
Rodolphe Quiedeville 2005-11-29 13:18:39 +00:00
parent 7438a87e8c
commit 0cbdb8b24d

View File

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