add back public API function, but mark as deprecated

This commit is contained in:
Jan-Christoph Borchardt 2013-07-20 01:15:12 +02:00
parent 48948ccf5f
commit 48267b6e6c
1 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,16 @@ function relative_modified_date($timestamp) {
}
/**
* @brief DEPRECATED Return a human readable outout for a file size.
* @param $byte size of a file in byte
* @returns human readable interpretation of a file size
*/
function simple_file_size($bytes) {
return(\human_file_size($bytes));
}
/**
* @brief Generate html code for an options block.
* @param $options the options