Rename tbl_* files to drop useless _properties part.

This commit is contained in:
Michal Čihař
2006-10-25 10:55:20 +00:00
parent 5760b41378
commit ad06b4a991
33 changed files with 138 additions and 137 deletions

View File

@@ -98,8 +98,8 @@ if (!empty($submit_mult)) {
$primary_key[] = urldecode($i_primary_key);
}
$active_page = 'tbl_properties_export.php';
include './tbl_properties_export.php';
$active_page = 'tbl_export.php';
include './tbl_export.php';
break;
case 'row_delete':
@@ -113,7 +113,7 @@ if (!empty($submit_mult)) {
}
require('./libraries/mult_submits.inc.php');
$url_query = PMA_generate_common_url($db, $table)
. '&goto=tbl_properties.php';
. '&goto=tbl_sql.php';
/**
@@ -137,7 +137,7 @@ if (!empty($submit_mult)) {
$pos = $original_pos;
}
// this is because sql.php could call tbl_properties_structure
// this is because sql.php could call tbl_structure
// which would think it needs to call mult_submits.inc.php:
unset($submit_mult);
unset($mult_btn);