From 0a769bbcfea95f05c4498684eb65cc737bda020f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 17 Jul 2002 16:58:20 +0000 Subject: [PATCH] separate menu logic from query box logic --- tbl_properties.php3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 10b0c6433..62bd01ffe 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -9,6 +9,10 @@ require('./tbl_properties_common.php3'); $err_url = 'tbl_properties.php3' . $err_url; $url_query .= '&back=tbl_properties.php3'; +/** + * Top menu + */ +require('./tbl_properties_table_info.php3'); /** * Defines the query to be displayed in the query textarea @@ -60,8 +64,6 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get')) // loic1: php 3.0.15 and lower bug -> always enabled : (PMA_PHP_INT_VERSION < 30016 || intval(@get_cfg_var('upload_max_filesize'))); -require('./tbl_properties_table_info.php3'); - ?>