diff --git a/ChangeLog b/ChangeLog index b16c2963d..738ba00ea 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-01 Marc Delisle + * bug #1153684, wrong doc for PDF pages generation, + thanks to Ryan Schmidt + 2005-02-27 Alexander M. Turek * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE and GET_FORMAT (bug #1152310). diff --git a/Documentation.html b/Documentation.html index ca99459c3..4f0c0de14 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3473,47 +3473,36 @@ To create a new, empty mimetype please see libraries/transformations/template_ge [6.8] How can I produce a PDF schema of my database?

- First you have to fill the "relation", "table_coords" - and "pdf_pages" configuration variables. + First the configuration variables "relation", + "table_coords" and "pdf_pages" have to be filled in.

- Then, think about your schema layout: which tables will go on which pages. + Then you need to think about your schema layout. Which tables will go on + which pages?