This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 7af105b63c651469987e257ff571969ac134a2a5 (commit)
from 858212edc0d0a587a18c7afc3ca644b08f68d31c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7af105b63c651469987e257ff571969ac134a2a5
commit 7af105b63c651469987e257ff571969ac134a2a5
Author: vargenau <[email protected]>
Date: Sat Jul 9 18:17:20 2016 +0200
Revert: g = 1024*1024*1024, m = 1024*1024
diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index f7ea648..16f2af3 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -1295,7 +1295,9 @@ function util_ini_get_bytes($id) {
$last = strtolower($val[strlen($val)-1]);
switch ($last) {
case 'g':
+ $val *= 1024;
case 'm':
+ $val *= 1024;
case 'k':
$val *= 1024;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/utils.php | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits