This commit is contained in:
Marc Delisle
2006-12-26 14:27:14 +00:00
parent ac5be0261a
commit 93659bd8d1
2 changed files with 5 additions and 5 deletions

View File

@@ -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
?>

View File

@@ -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'] .= '</table:table>';
return TRUE;
} // end of the 'PMA_getTableStructureLaTeX()' function
} // end of the 'PMA_exportStructure' function
}
} // end else
?>