From 7a19861b4b4b8e3c3cc22e769c8107b3c699e101 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 25 Apr 2006 15:21:33 +0000 Subject: style upgrade --- pdf_schema.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pdf_schema.php') diff --git a/pdf_schema.php b/pdf_schema.php index 2db981a8f4..047d47d8a9 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -1251,7 +1251,6 @@ function PMA_RT_DOC($alltables) $pdf->Ln(); } - $i = 0; $pdf->SetFont('', 'B'); if (isset($orientation) && $orientation == 'L') { $pdf->Cell(25, 8, ucfirst($GLOBALS['strField']), 1, 0, 'C'); @@ -1287,9 +1286,6 @@ function PMA_RT_DOC($alltables) $pdf->SetFont('', ''); while ($row = PMA_DBI_fetch_assoc($result)) { - $bgcolor = ($i % 2) ?$GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo']; - $i++; - $type = $row['Type']; // reformat mysql query output - staybyte - 9. June 2001 // loic1: set or enum types: slashes single quotes inside options -- cgit v1.2.3