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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2014-05-17 22:44:27 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2014-05-17 22:44:27 +0400
commit39b5f07dfb9fa57845c9c676c494bca99e82697b (patch)
treef3fcc101728df6932eb9606e1e488462ac4c5744 /tbl_addfield.php
parent52bf8f03ede1e8467d68f418643fe25d9039dba6 (diff)
Fixed some documentation issues raised by scrutinizer
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 0a61c77f2e..e679bd5ca3 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -91,7 +91,7 @@ if (isset($_REQUEST['do_save_data'])) {
);
exit;
} else {
- $error_message_html = PMA_Util::mysqlDie('', '', '', $err_url, false);
+ $error_message_html = PMA_Util::mysqlDie('', '', false, $err_url, false);
$response->addHTML($error_message_html);
exit;
}