From ad06b4a9914572939006e2c6ab5e2c4f08f0c0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Oct 2006 10:55:20 +0000 Subject: Rename tbl_* files to drop useless _properties part. --- scripts/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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', -- cgit v1.2.3