[Fusionforge-commits] FusionForge branch master updated. 6.0.4-499-gf9fd2c5

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Jun 7 14:07:57 CEST 2016


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  f9fd2c5614bf2665750c5abc7d3ed831724f4ae7 (commit)
      from  5d67f21f51c2e5bb074e31dde12709e01cba8190 (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=f9fd2c5614bf2665750c5abc7d3ed831724f4ae7

commit f9fd2c5614bf2665750c5abc7d3ed831724f4ae7
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Jun 7 14:07:51 2016 +0200

    fix PHP syntax

diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index 9811a2c..ea32b78 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -364,6 +364,7 @@ function util_result_columns_to_assoc($result, $col_key = 0, $col_val = 1) {
 	if ($rows > 0) {
 		for ($i = 0; $i < $rows; $i++) {
 			$arr[db_result($result, $i, $col_key)] = db_result($result, $i, $col_val);
+		}
 	}
 	return $arr;
 }
@@ -383,6 +384,7 @@ function &util_result_column_to_array($result, $col = 0) {
 	if ($rows > 0) {
 		for ($i = 0; $i < $rows; $i++) {
 			$arr[$i] = db_result($result, $i, $col);
+		}
 	}
 	return $arr;
 }

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/utils.php | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list