Fix parameter type

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-07-03 06:30:45 -04:00
parent 42a4088943
commit d0e2df0e42

View File

@ -1129,7 +1129,7 @@ function PMA_getHtmlForNotAttachedPrivilegesToTableSpecificColumn($row)
*
* @param string $db the database
* @param string $table the table
* @param string $row first row from result or boolean false
* @param array $row first row from result or boolean false
*
* @return string $html_output
*/