diff --git a/ChangeLog b/ChangeLog index dbebcacb8..4becfd0fa 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2003-07-15 Marc Delisle * tbl_properties.inc.php3: bug 771523: wrong type displayed for a LONGTEXT with character set latin7 + * db_details_structure.php3, tbl_properties_structure.php3: missing + $err_url for mult_submits 2003-07-14 Garvin Hicking * Documentation.html: Link to phpMyAdmin homepage for a 'link section' diff --git a/db_details_structure.php3 b/db_details_structure.php3 index 1e543ac73..da15ce595 100644 --- a/db_details_structure.php3 +++ b/db_details_structure.php3 @@ -19,6 +19,7 @@ if (empty($is_info)) { if ((!empty($submit_mult) && isset($selected_tbl)) || isset($mult_btn)) { $action = 'db_details_structure.php3'; + $err_url = 'db_details_structure.php3?'. PMA_generate_common_url($db); include('./mult_submits.inc.php3'); } include('./db_details_common.php3'); diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index a33d8488f..13709529f 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -16,6 +16,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')) { if ((!empty($submit_mult) && isset($selected_fld)) || isset($mult_btn)) { $action = 'tbl_properties_structure.php3'; + $err_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db, $table); include('./mult_submits.inc.php3'); }