bug 903450 typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user