Added documentation to PHP files

This commit is contained in:
ninadsp
2010-08-15 01:50:47 +05:30
parent 6a3d0a7f58
commit 0b2b21712e
10 changed files with 65 additions and 8 deletions

View File

@@ -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);
}