bug 903450 typo

This commit is contained in:
Marc Delisle
2004-02-24 18:15:12 +00:00
parent fa619895d9
commit 37e965d195
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-02-24 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: bug 903450, typo
2004-02-18 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug 899610, undefined variable $save_filename

View File

@@ -327,7 +327,7 @@ foreach($array_sh_page AS $key => $temp_sh_page) {
echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . $temp_sh_page['table_name'] . '</u>';
while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
echo '<br />' . htmlspecialchars($row['Field']) . "\n";s
echo '<br />' . htmlspecialchars($row['Field']) . "\n";
}
echo '</div>' . "\n";
PMA_DBI_free_result($fields_rs);