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_get_field.php
parent52bf8f03ede1e8467d68f418643fe25d9039dba6 (diff)
Fixed some documentation issues raised by scrutinizer
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 060b28e4cc..3c9a867117 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -23,7 +23,7 @@ PMA_Util::checkParameters(
if (!$GLOBALS['dbi']->selectDb($db)) {
PMA_Util::mysqlDie(
sprintf(__('\'%s\' database does not exist.'), htmlspecialchars($db)),
- '', ''
+ '', false
);
}