[Fusionforge-commits] FusionForge branch master updated. 38eca4206733d22dd11e2cdc3d7026e1b2b68bcd

Franck Villaume nerville at fusionforge.org
Tue Dec 9 12:00:13 CET 2014


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  38eca4206733d22dd11e2cdc3d7026e1b2b68bcd (commit)
      from  e10403a72fede824e4a9d06527e2195e88bf58cb (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 -----------------------------------------------------------------
commit 38eca4206733d22dd11e2cdc3d7026e1b2b68bcd
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Dec 9 11:59:35 2014 +0100

    remove echo

diff --git a/src/common/docman/Parsedata.class.php b/src/common/docman/Parsedata.class.php
index 02ad07c..1c3f5f9 100644
--- a/src/common/docman/Parsedata.class.php
+++ b/src/common/docman/Parsedata.class.php
@@ -88,7 +88,6 @@ class Parsedata {
 		$arrayLines = file($file, FILE_SKIP_EMPTY_LINES);
 		if (is_array($arrayLines) && count($arrayLines)) {
 			foreach ($arrayLines as $a) {
-				echo "$a\n";
 				if (trim($a) != "" && substr($a, 0,1) != "#") {
 					$a2 = explode ("|", $a);
 					$rep[$a2[0]] = $a2[1];

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

Summary of changes:
 src/common/docman/Parsedata.class.php |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list