bug #1231917, commands out of sync
[phpmyadmin/crack.git] / tbl_properties.php
blobdd95fa5a06f3fbba2d0d2d8631a1414cdbe5b7ef
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
6 /**
7 * Runs common work
8 */
9 require('./tbl_properties_common.php');
10 $err_url = 'tbl_properties.php' . $err_url;
11 $url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
13 /**
14 * Get table information
16 require('./tbl_properties_table_info.php');
18 /**
19 * Displays top menu links
21 require('./tbl_properties_links.php');
24 <!-- TABLE WORK -->
25 <?php
26 /**
27 * Query box, bookmark, insert data from textfile
29 $goto = 'tbl_properties.php';
30 require('./tbl_query_box.php');
32 /**
33 * Displays the footer
35 echo "\n";
36 require_once('./footer.inc.php');