From 7e0490c909c4b1fd5859c98fefebfb087c51fcc6 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Tue, 23 Jul 2002 15:56:03 +0000 Subject: [PATCH] typo in comment --- pdf_schema.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf_schema.php3 b/pdf_schema.php3 index d8afd9895..561d2c4d7 100644 --- a/pdf_schema.php3 +++ b/pdf_schema.php3 @@ -881,7 +881,7 @@ class PMA_RT $this->tables[$table] = new PMA_RT_Table($table, $this->ff, $this->tablewidth); $this->PMA_RT_setMinMax($this->tables[$table]); } - } // end if... else... + } // while // Defines the scale factor if ($scale == 'auto') {