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  d1c9ab266dd03e299d1fe938dc5faa2defbfea6a (commit)
      from  77219ab3b6d9e2836b478bb452c6b859c1c7a500 (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=d1c9ab266dd03e299d1fe938dc5faa2defbfea6a

commit d1c9ab266dd03e299d1fe938dc5faa2defbfea6a
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Mar 6 17:23:19 2017 +0100

    Unused variable

diff --git a/src/www/survey/admin/show_csv.php 
b/src/www/survey/admin/show_csv.php
index 152d1f8..0fdfa02 100644
--- a/src/www/survey/admin/show_csv.php
+++ b/src/www/survey/admin/show_csv.php
@@ -138,7 +138,7 @@ if ($survey_id) {
 
 function format ($f,$type) {
 // $radio_button = array("","5 (hight)", "4 (good)", "3 (mean)", "2 (low)", "1 
(low)");
-$radio_button = array( "", "1 (low)", "2 (low)", "3 (mean)", "4 (good)", "5 
(hight)" );
+// $radio_button = array( "", "1 (low)", "2 (low)", "3 (mean)", "4 (good)", "5 
(hight)" );
 $yes_no = array("","Yes","","","","No");
        if($type == 1){
                if($f < 0 OR $f > 5){ return ""; }

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to