[Fusionforge-commits] FusionForge branch master updated. 116a35ddd784ec5a5ea7a2498d0da6d09921dadf

Franck VILLAUME nerville at fusionforge.org
Thu Feb 20 11:00:20 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  116a35ddd784ec5a5ea7a2498d0da6d09921dadf (commit)
      from  365cff749e1d21c53d5375b03e2b02bd87a85db4 (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 116a35ddd784ec5a5ea7a2498d0da6d09921dadf
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 20 11:00:00 2014 +0100

    fix php syntax

diff --git a/src/www/survey/include/SurveyHTML.class.php b/src/www/survey/include/SurveyHTML.class.php
index 94212d3..01de866 100644
--- a/src/www/survey/include/SurveyHTML.class.php
+++ b/src/www/survey/include/SurveyHTML.class.php
@@ -446,7 +446,7 @@ class SurveyHTML extends Error {
 			}
 			if ($show_result_csv) {
 				/* Csv Link */
-				$ret.= "<td>['.util_make_link('/survey/admin/show_csv.php?group_id=$group_id&survey_id=".$surveys[$i]->getID(), _("CSV")).']</td>';
+				$ret.= '<td>['.util_make_link('/survey/admin/show_csv.php?group_id=$group_id&survey_id='.$surveys[$i]->getID(), _('CSV')).']</td>';
 			}
 			$ret.= "</tr>\n";
 		}

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

Summary of changes:
 src/www/survey/include/SurveyHTML.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list