Fix spacing between parameters

This commit is contained in:
Madhura Jayaratne 2012-09-22 22:36:23 +05:30
parent 2ebcfa1da7
commit 9edd649aa2

View File

@ -571,8 +571,8 @@ function PMA_getHtmlForDisplayResourceLimits($row)
*
* @return string $html_output
*/
function PMA_getHtmlForTableSpecificPrivileges($username, $hostname, $db
, $table, $columns,$row
function PMA_getHtmlForTableSpecificPrivileges($username, $hostname, $db,
$table, $columns, $row
) {
$res = PMA_DBI_query(
'SELECT `Column_name`, `Column_priv`'
@ -1322,7 +1322,7 @@ function PMA_getMessageForUpdatePassword($err_url, $username, $hostname)
// here $nopass could be == 1
if (empty($message)) {
$hashing_function
= (! empty($_REQUEST['pw_hash']) && $_REQUEST['pw_hash'] == 'old'
? 'OLD_'