Go directly to table create page.

This commit is contained in:
Michal Čihař
2010-09-22 12:01:49 +02:00
parent c03aab6dca
commit 89329a8db0

View File

@@ -566,7 +566,7 @@ function New_relation()
function Start_table_new()
{
window.location.href = 'db_operations.php?server=' + server + '&db=' + db + '&token=' + token;
window.location.href = 'tbl_create.php?server=' + server + '&db=' + db + '&token=' + token;
}
function Start_tab_upd(table)