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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-08-10 01:11:36 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-08-10 01:11:36 +0400
commit30e0dc70ccef1b817868bd5c5f04fef7eb1a8878 (patch)
tree974a7c9cb599b24d81acf423caadad9620b4b5a9 /user_password.php
parentc41989eca15bd77b85b6f88b5f1ef638c44aa350 (diff)
Coding style modifications.
Remove unused variables. PHPDoc update. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_password.php b/user_password.php
index cabad4bb67..7a2dd739e2 100644
--- a/user_password.php
+++ b/user_password.php
@@ -181,8 +181,8 @@ function PMA_changePassUrlParamsAndSubmitQuery(
/**
* Display the page
*
- * @param string $message Message
- * @param string $sql_query SQL query
+ * @param string $message Message
+ * @param string $sql_query SQL query
*
* @return void
*/