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  73c9a704000e8ecad0704f9e502e7520620c203f (commit)
      from  ab50b0b5e4910db1da1016a66390342d52db24e3 (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=73c9a704000e8ecad0704f9e502e7520620c203f

commit 73c9a704000e8ecad0704f9e502e7520620c203f
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 1 15:04:47 2016 +0200

    missing echo

diff --git a/src/www/pm/mod_task.php b/src/www/pm/mod_task.php
index 215bce3..2d4a45e 100644
--- a/src/www/pm/mod_task.php
+++ b/src/www/pm/mod_task.php
@@ -85,7 +85,7 @@ echo $HTML->openForm(array('action' => 
'/pm/task.php?group_id='.$group_id.'&grou
 
                <td>
                <strong><?php echo _('Priority') . _(': '); ?></strong><br />
-               <?php build_priority_select_box('priority',$pt->getPriority()); 
?>
+               <?php echo 
build_priority_select_box('priority',$pt->getPriority()); ?>
                </td>
 
                <td>

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

Summary of changes:
 src/www/pm/mod_task.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