New URL and hidden input generating stuff.

This commit is contained in:
Michal Čihař
2003-01-08 13:50:30 +00:00
parent cbb9ea86d6
commit 1e8447e111
50 changed files with 229 additions and 559 deletions

View File

@@ -296,11 +296,7 @@ class PMA_PDF extends FPDF
echo ' ' . $error_message . "\n";
echo '</p>' . "\n";
echo '<a href="db_details_structure.php3'
. '?lang=' . $lang
. '&amp;convcharset=' . $convcharset
. '&amp;server=' . $server
. '&amp;db=' . urlencode($db)
echo '<a href="db_details_structure.php3?' . PMA_generate_common_url($db)
. '">' . $GLOBALS['strBack'] . '</a>';
echo "\n";
@@ -1480,4 +1476,4 @@ $orientation = (isset($orientation) && $orientation == 'P') ? 'P' : 'L'
PMA_mysql_select_db($db);
$rt = new PMA_RT('auto', $pdf_page_number, $show_table_dimension, $show_color, $show_grid, $all_tab_same_wide, $orientation);
?>
?>