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 /scripts
parent5760b4137893c2d1d996f0cf46523042f5f98d41 (diff)
Rename tbl_* files to drop useless _properties part.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup.php b/scripts/setup.php
index b2a423b2f3..dce42f3388 100644
--- a/scripts/setup.php
+++ b/scripts/setup.php
@@ -1043,7 +1043,7 @@ function show_tabs_form($defaults = array()) {
show_config_form(array(
array('Default tab for server', 'DefaultTabServer', 'Tab that is displayed when entering server', array('main.php', 'server_databases.php', 'server_status.php', 'server_variables.php', 'server_privileges.php', 'server_processlist.php')),
array('Default tab for database', 'DefaultTabDatabase', 'Tab that is displayed when entering database', array('db_details_structure.php', 'db_details.php', 'db_search.php', 'db_operations.php')),
- array('Default tab for table', 'DefaultTabTable', 'Tab that is displayed when entering table', array('tbl_properties_structure.php', 'sql.php', 'tbl_properties.php', 'tbl_select.php', 'tbl_change.php')),
+ array('Default tab for table', 'DefaultTabTable', 'Tab that is displayed when entering table', array('tbl_structure.php', 'sql.php', 'tbl_sql.php', 'tbl_select.php', 'tbl_change.php')),
array('Use lighter tabs', 'LightTabs', 'If you want simpler tabs enable this', FALSE),
),
'Configure tabs',