Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-14 21:26:40 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-14 21:26:40 +0400
commit8ec765a8bce231285b109c1209cb3b303816cb1b (patch)
tree5339d2820b572651aecc23dd18b5053f8f3cab1d /tbl_change.php
parent2a7358c9ab182d0d1a699442cdcd614ff050f0bd (diff)
Improve function name
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index e60185e0d6..92c728ad6e 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -918,7 +918,7 @@ foreach ($rows as $row_id => $vrow) {
if ($this_field_max_size > $max_field_sizes[$field['pma_type']]) {
$this_field_max_size = $max_field_sizes[$field['pma_type']];
}
- echo PMA_displayMaximumUploadSize($this_field_max_size) . "\n";
+ echo 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) {