From 93659bd8d1a4122d76f7d8f602b42ac2e065f1eb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 26 Dec 2006 14:27:14 +0000 Subject: [PATCH] typos --- libraries/export/latex.php | 4 ++-- libraries/export/odt.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/export/latex.php b/libraries/export/latex.php index 43d029b57..318813a34 100644 --- a/libraries/export/latex.php +++ b/libraries/export/latex.php @@ -459,7 +459,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals $buffer = ' \\end{longtable}' . $crlf; return PMA_exportOutputHandler($buffer); -} // end of the 'PMA_getTableStructureLaTeX()' function +} // end of the 'PMA_exportStructure' function -} +} // end else ?> diff --git a/libraries/export/odt.php b/libraries/export/odt.php index bc1156bd7..b4cbddbad 100644 --- a/libraries/export/odt.php +++ b/libraries/export/odt.php @@ -216,7 +216,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { } /** - * Returns $table's structure as LaTeX + * Returns $table's structure as Open Document Text * * @param string the database name * @param string the table name @@ -407,7 +407,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals $GLOBALS['odt_buffer'] .= ''; return TRUE; -} // end of the 'PMA_getTableStructureLaTeX()' function +} // end of the 'PMA_exportStructure' function -} +} // end else ?>