Skip to content

Commit

Permalink
function name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed May 15, 2012
1 parent 0e382ac commit 794891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/insert_edit.lib.php
Expand Up @@ -1036,7 +1036,7 @@ function PMA_getMaxUploadSize($column, $biggest_max_file_size)
if ($this_field_max_size > $max_field_sizes[$column['pma_type']]) {
$this_field_max_size = $max_field_sizes[$column['pma_type']];
}
$html_output = PMA_displayMaximumUploadSize($this_field_max_size) . "\n";
$html_output = PMA_getFormattedMaximumUploadSize($this_field_max_size) . "\n";
// do not generate here the MAX_FILE_SIZE, because we should
// put only one in the form to accommodate the biggest field
if ($this_field_max_size > $biggest_max_file_size) {
Expand Down

0 comments on commit 794891f

Please sign in to comment.