summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicates.inc.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-10-15 19:16:42 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-10-15 19:16:42 +0000
commit63031fb6c1b3dc31d2d9cc1d0e7148c827656922 (patch)
tree5c3b60b2cffaff77b64461155fcaab9c345f4d1d /templates/show_duplicates.inc.php
parent680e9f6206de1e17cdc63ebec498f6ebafa667b6 (diff)
downloadampache-63031fb6c1b3dc31d2d9cc1d0e7148c827656922.tar.gz
ampache-63031fb6c1b3dc31d2d9cc1d0e7148c827656922.tar.bz2
ampache-63031fb6c1b3dc31d2d9cc1d0e7148c827656922.zip
Use a function to format bytes -> human-readable sizes. Also bump catalog build
memory profiling logging to level 5; fixes FS#141.
Diffstat (limited to 'templates/show_duplicates.inc.php')
-rw-r--r--templates/show_duplicates.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php
index d22552a6..9c57a049 100644
--- a/templates/show_duplicates.inc.php
+++ b/templates/show_duplicates.inc.php
@@ -65,7 +65,7 @@
<td class="cel_album"><?php echo $song->f_album_link; ?></td>
<td class="cel_length"><?php echo $song->f_time; ?></td>
<td class="cel_bitrate"><?php echo $song->f_bitrate; ?></td>
- <td class="cel_size"><?php echo $song->f_size; ?>MB</td>
+ <td class="cel_size"><?php echo $song->f_size; ?></td>
<td class="cel_filename"><?php echo scrub_out($song->file); ?></td>
</tr>
<?php