Skip to content

Commit

Permalink
remove php notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Jul 18, 2012
1 parent 6ec2e51 commit f033760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/server_privileges.lib.php
Expand Up @@ -1486,7 +1486,7 @@ function PMA_getListOfPrivilegesAndComparedPrivileges()
*
* @return string $html_output
*/
function PMA_getHtmlForSpecificDbPrivileges($dbToCheck, $link_edit, $conditional_class)
function PMA_getHtmlForSpecificDbPrivileges($link_edit, $conditional_class)
{
$common_functions = PMA_CommonFunctions::getInstance();
// check the privileges for a particular database.
Expand Down

0 comments on commit f033760

Please sign in to comment.