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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2017-08-29 15:33:36 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2017-08-29 15:33:36 +0300
commit23024a6bfba28b48fe87ff2ece1f4b1c11ab5484 (patch)
tree18807cf0b2a1bb2f863a25578accf58677291e5d /server_privileges.php
parent21d55a4553a3dbc106ce59e67c4fa4991d34b8f8 (diff)
issue #13614 Fix link name and url
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 23022a72b5..6270ab0002 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -422,7 +422,7 @@ if (isset($_REQUEST['adduser'])) {
str_replace(
array('\_', '\%'),
array('_', '%'),
- $_REQUEST['dbname']
+ $dbname
)
);
}