Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-10-18 00:07:22 +0400
committerAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-10-18 21:42:29 +0400
commitb1a7039ae322c3c20254273792fc31b69fdfa073 (patch)
tree54250402ef18e5ee5ed5becfc9330cde8aebdbb6 /tbl_create.php
parentaaa2116b01e92cc45fa23acea75428720e7e0bcc (diff)
Convert PMA_URL_getCommon calls to new style
Rewritten tests need validation Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_create.php b/tbl_create.php
index b685ea5692..799a063c21 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -43,7 +43,7 @@ if ($GLOBALS['dbi']->getColumns($db, $table)) {
sprintf(__('Table %s already exists!'), htmlspecialchars($table)),
'',
false,
- 'db_structure.php?' . PMA_URL_getCommon($db)
+ 'db_structure.php' . PMA_URL_getCommon(array('db' => $db))
);
}