From 89329a8db0fd0916cf64a0a1da31bdbc1caafe6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 22 Sep 2010 12:01:49 +0200 Subject: [PATCH] Go directly to table create page. --- pmd/scripts/move.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/scripts/move.js b/pmd/scripts/move.js index f07d80639..39e49f44b 100644 --- a/pmd/scripts/move.js +++ b/pmd/scripts/move.js @@ -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)