separate menu logic from query box logic

This commit is contained in:
Marc Delisle
2002-07-17 16:58:20 +00:00
parent 67eacc4223
commit 0a769bbcfe

View File

@@ -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');
?>
<!-- TABLE WORK -->
<a name="querybox"></a>