Show functional link when creating new table, not to the name of future table.

This commit is contained in:
Michal Čihař
2010-01-22 15:42:36 +00:00
parent ba17e440e0
commit ae03cd3b5f
59 changed files with 125 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
$GLOBALS['js_include'][] = 'functions.js';
$action = 'tbl_create.php';
require_once './libraries/header.inc.php';
@@ -281,7 +282,6 @@ if (isset($_REQUEST['do_save_data'])) {
/**
* Displays the form used to define the structure of the table
*/
$action = 'tbl_create.php';
require './libraries/tbl_properties.inc.php';
// Displays the footer
require_once './libraries/footer.inc.php';