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:
authorninadsp <ninadsp16289@gmail.com>2010-08-15 00:20:47 +0400
committerninadsp <ninadsp16289@gmail.com>2010-08-15 00:20:47 +0400
commit0b2b21712e3fe54f56717c2581666f30c25cfac8 (patch)
treeb6366dcc27fc94346ca491b74f937f741a150f99 /user_password.php
parent6a3d0a7f58a78fbe7e8d4bceea7f649dc031fe25 (diff)
Added documentation to PHP files
Diffstat (limited to 'user_password.php')
-rwxr-xr-xuser_password.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/user_password.php b/user_password.php
index 0ef8b8677a..58f9cfcc75 100755
--- a/user_password.php
+++ b/user_password.php
@@ -72,6 +72,9 @@ if (isset($_REQUEST['nopass'])) {
}
if($GLOBALS['is_ajax_request'] == true && $_error == true) {
+ /**
+ * If in an Ajax request, we don't need to show the rest of the page
+ */
PMA_ajaxResponse($message, false);
}