kritbit

kritbit Commit Details


Date:2015-12-15 22:25:20 (9 years 3 months ago)
Author:Natalie Adams
Branch:master
Commit:bafb10b69723ab876362d21c73783ae739790be6
Parents: d953a5b40b768b0ca316507cafbde69c9da78966
Message:uncommenting conversion

Changes:

File differences

web/application/models/histories.php
3131
3232
3333
34
34
3535
3636
3737
   // Uncomment one of the following alternatives
   // $bytes /= pow(1024, $pow);
   // $bytes /= (1 << (10 * $pow));
   $bytes /= (1 << (10 * $pow));
   return round($bytes, $precision) . ' ' . $units[$pow];
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.30951s using 14 queries.