Skip to content

Commit

Permalink
Fix parameter type
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <[email protected]>
  • Loading branch information
Marc Delisle committed Jul 19, 2015
1 parent 01a7320 commit 4c5b1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/sql.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ function PMA_getHtmlForIndexesProblems($query_type, $selectedTables, $db)
/**
* Function to display results when the executed query returns non empty results
*
* @param array $result executed query results
* @param object $result executed query results
* @param array $analyzed_sql_results analysed sql results
* @param string $db current database
* @param string $table current table
Expand Down

0 comments on commit 4c5b1a4

Please sign in to comment.