Fixed LaTeX output (patch #840082).
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-11-12 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
|
* libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
|
||||||
|
|
||||||
2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
|
2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
|
||||||
* libraries/display_tbl.lib.php3: Added more secure checks
|
* libraries/display_tbl.lib.php3: Added more secure checks
|
||||||
for each'ing on arrays built by the query analyzer. (Bug #839630)
|
for each'ing on arrays built by the query analyzer. (Bug #839630)
|
||||||
|
@@ -283,7 +283,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
|
|||||||
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_continued_caption'])
|
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_continued_caption'])
|
||||||
. '} \\\\ ' . $crlf;
|
. '} \\\\ ' . $crlf;
|
||||||
}
|
}
|
||||||
$buffer .= $header . ' \\\\ \\hline \\hline \\endhead \\endfoot';
|
$buffer .= $header . ' \\\\ \\hline \\hline \\endhead \\endfoot ';
|
||||||
|
|
||||||
if (!PMA_exportOutputHandler($buffer)) return FALSE;
|
if (!PMA_exportOutputHandler($buffer)) return FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user