Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2006-10-25 14:55:20 +0400
committerMichal Čihař <michal@cihar.com>2006-10-25 14:55:20 +0400
commitad06b4a9914572939006e2c6ab5e2c4f08f0c0cc (patch)
tree5e9027c8473e1d5a2c10bba18e71c18b385c767c /tbl_row_action.php
parent5760b4137893c2d1d996f0cf46523042f5f98d41 (diff)
Rename tbl_* files to drop useless _properties part.
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index 206f284920..9c2b7c36a9 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -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)
- . '&amp;goto=tbl_properties.php';
+ . '&amp;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);