bug 771519
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2003-07-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* 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 <me@supergarv.de>
|
||||
* Documentation.html: Link to phpMyAdmin homepage for a 'link section'
|
||||
|
@@ -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');
|
||||
|
@@ -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');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user