fix some alignment issues with the table, make sure it moves down the appropriate amounts at the appropriate times!
This commit is contained in:
@@ -12,6 +12,7 @@ if($catr=mysql_fetch_object($catq))
|
||||
);
|
||||
|
||||
$pdf->newPage();
|
||||
$pdf->setFontSize(11);
|
||||
$q=mysql_query("SELECT registrations.id AS reg_id,
|
||||
registrations.num AS reg_num,
|
||||
registrations.status,
|
||||
|
||||
Reference in New Issue
Block a user