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>2012-04-25 21:32:37 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-25 21:32:37 +0400
commit50e6f3b387379becc11911ff755f3d54579c69f7 (patch)
tree401d7b4ef43b5b33c83acf80021f9fcd8b0df600 /user_password.php
parenta817542fda9d84172ea378cc607156ca5d8c1b42 (diff)
Coding style improvements (ControlSignature)
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index a9e21827b3..988e1a06c3 100644
--- a/user_password.php
+++ b/user_password.php
@@ -39,7 +39,7 @@ if (isset($_REQUEST['nopass'])) {
}
$change_password_message = PMA_setChangePasswordMsg();
$message = $change_password_message['msg'];
- if(! $change_password_message['error']) {
+ if (! $change_password_message['error']) {
PMA_changePassword($password, $message, $change_password_message);
} else {
PMA_getChangePassMessage($change_password_message);