separate menu logic from query box logic
This commit is contained in:
@@ -9,6 +9,10 @@ require('./tbl_properties_common.php3');
|
|||||||
$err_url = 'tbl_properties.php3' . $err_url;
|
$err_url = 'tbl_properties.php3' . $err_url;
|
||||||
$url_query .= '&back=tbl_properties.php3';
|
$url_query .= '&back=tbl_properties.php3';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Top menu
|
||||||
|
*/
|
||||||
|
require('./tbl_properties_table_info.php3');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the query to be displayed in the query textarea
|
* 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
|
// loic1: php 3.0.15 and lower bug -> always enabled
|
||||||
: (PMA_PHP_INT_VERSION < 30016 || intval(@get_cfg_var('upload_max_filesize')));
|
: (PMA_PHP_INT_VERSION < 30016 || intval(@get_cfg_var('upload_max_filesize')));
|
||||||
|
|
||||||
require('./tbl_properties_table_info.php3');
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!-- TABLE WORK -->
|
<!-- TABLE WORK -->
|
||||||
<a name="querybox"></a>
|
<a name="querybox"></a>
|
||||||
|
Reference in New Issue
Block a user