bug 771519

This commit is contained in:
Marc Delisle
2003-07-15 12:14:14 +00:00
parent 02a7efae03
commit 39b3d9742c
3 changed files with 4 additions and 0 deletions

View File

@@ -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');
}