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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-15 10:50:17 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-15 10:50:17 +0400
commitb3bcc875010838b874e82bc6ab7972027be913aa (patch)
treee00823e5ee6b21e23016858e40c88de20479b5bd /tbl_change.php
parent6f6294add54af87d82b184b259cd42259ca96ef4 (diff)
parent8ec765a8bce231285b109c1209cb3b303816cb1b (diff)
Merge remote branch 'upstream/master'
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 d0b70e0240..5b42085dea 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) {