The branch, master has been updated via a7a986b84c473cd7ef199e652404cd19207dbc57 (commit) from 4692e81e24adecc403135a86d62d3d900203bbdf (commit)
- Log ----------------------------------------------------------------- commit a7a986b84c473cd7ef199e652404cd19207dbc57 Author: Michal Čihař mcihar@novell.com Date: Thu Apr 29 14:36:54 2010 +0200
Fix param names.
-----------------------------------------------------------------------
Summary of changes: pdf_schema.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pdf_schema.php b/pdf_schema.php index 80972aa..2306a15 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -99,11 +99,11 @@ class PMA_PDF extends TCPDF { /** * Sets the scaling factor, defines minimum coordinates and margins * - * @param double $ The scaling factor - * @param double $ The minimum X coordinate - * @param double $ The minimum Y coordinate - * @param double $ The left margin - * @param double $ The top margin + * @param double scale The scaling factor + * @param double x_min The minimum X coordinate + * @param double y_min The minimum Y coordinate + * @param double l_marg The left margin + * @param double t_marg The top margin * @access public */ function PMA_PDF_setScale($scale = 1, $x_min = 0, $y_min = 0, $l_marg = -1, $t_marg = -1)
hooks/post-receive