Update of /cvsroot/squirrelmail/squirrelmail/functions
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7420
Modified Files:
strings.php
Log Message:
kibibyte is with a capital K
Index: strings.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/strings.php,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -w -r1.252 -r1.253
--- strings.php 9 Sep 2006 18:51:06 -0000 1.252
+++ strings.php 10 Sep 2006 08:30:13 -0000 1.253
@@ -712,7 +712,7 @@
*/
function show_readable_size($bytes) {
$bytes /= 1024;
- $type = 'kiB';
+ $type = 'KiB';
if ($bytes / 1024 > 1) {
$bytes /= 1024;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|