diff options
| author | 2014-10-30 19:31:32 +0100 | |
|---|---|---|
| committer | 2014-10-30 19:31:32 +0100 | |
| commit | 036240ab01999c8eff1b9b3a98a7313cf43f5836 (patch) | |
| tree | 10adb38f50ca5ad2c64c1bb4170c3b1a14f63c58 /app/views/configure/archiving.phtml | |
| parent | ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502 (diff) | |
Fix coding style formatNumber and formatBytes
Diffstat (limited to 'app/views/configure/archiving.phtml')
| -rw-r--r-- | app/views/configure/archiving.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index 410434599..7c2d79343 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -60,7 +60,7 @@ <div class="form-group"> <label class="group-name"><?php echo _t('current_user'); ?></label> <div class="group-controls"> - <?php echo _t('conf.users.articles_and_size', formatNumber($this->nb_total), formatBytes($this->size_user)); ?> + <?php echo _t('conf.users.articles_and_size', format_number($this->nb_total), format_bytes($this->size_user)); ?> </div> </div> @@ -68,7 +68,7 @@ <div class="form-group"> <label class="group-name"><?php echo _t('users'); ?></label> <div class="group-controls"> - <?php echo formatBytes($this->size_total); ?> + <?php echo format_bytes($this->size_total); ?> </div> </div> |
