Skip to content

Commit

Permalink
Fix parameter type
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Sep 4, 2014
1 parent 582b022 commit 461035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/display_export.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function PMA_getHtmlForExportOptionsSelection($export_type, $multi_values)
/**
* Prints Html For Export Options Format
*
* @param String $export_list Export List
* @param array $export_list Export List
*
* @return string
*/
Expand Down Expand Up @@ -696,7 +696,7 @@ function PMA_getHtmlForExportOptionsOutput($export_type)
* @param String $table Selected Table
* @param String $multi_values Export selection
* @param String $num_tables number of tables
* @param String $export_list Export List
* @param array $export_list Export List
* @param String $unlim_num_rows Number of Rows
*
* @return string
Expand Down

0 comments on commit 461035c

Please sign in to comment.