Merge remote branch 'origin/master'

This commit is contained in:
Pootle server
2011-02-12 18:40:04 +01:00

View File

@@ -1114,7 +1114,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
$z = 0;
foreach ($alltables as $table) {
$z++;
$pdf->SetAutoPageBreak(true);
$pdf->SetAutoPageBreak(true, 15);
$pdf->addpage($GLOBALS['orientation']);
$pdf->Bookmark($table);
$pdf->SetAlias('{' . sprintf("%02d", $z) . '}', $pdf->PageNo()) ;