sorry, wrong version checked in
[phpmyadmin/arisferyanto.git] / tbl_properties.php
blob1fa3cdb7cfa6ecf27608fe7afe0618a74ec16e5f
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
7 /**
8 * Runs common work
9 */
10 require('./tbl_properties_common.php');
11 require_once('./libraries/sql_query_form.lib.php');
13 $err_url = 'tbl_properties.php' . $err_url;
14 $goto = 'tbl_properties.php';
15 $back = 'tbl_properties.php';
17 /**
18 * Get table information
20 require_once('./tbl_properties_table_info.php');
22 /**
23 * Displays top menu links
25 require_once('./tbl_properties_links.php');
27 /**
28 * Query box, bookmark, insert data from textfile
30 PMA_sqlQueryForm();
32 /**
33 * Displays the footer
35 require_once('./footer.inc.php');