Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pdf_schema.php')
-rw-r--r--pdf_schema.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf_schema.php b/pdf_schema.php
index 047d47d8a9..557eda41c0 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -1265,7 +1265,9 @@ function PMA_RT_DOC($alltables)
$comments_width = 67;
} else {
// this is really intended for 'letter'
- // TODO: find optimal width for all formats
+ /**
+ * @todo find optimal width for all formats
+ */
$comments_width = 50;
}
$pdf->Cell($comments_width, 8, ucfirst($GLOBALS['strComments']), 1, 0, 'C');