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 ef7808da577ded2d960d2d62352e0c246ebd0965 (commit)
from 7fb3c81d2d12a8294b6996fff76987de442f03da (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=ef7808da577ded2d960d2d62352e0c246ebd0965
commit ef7808da577ded2d960d2d62352e0c246ebd0965
Author: Franck Villaume <[email protected]>
Date: Mon Jul 4 09:07:59 2016 +0200
missing echo
diff --git a/src/common/tracker/actions/browse.php
b/src/common/tracker/actions/browse.php
index 3dbc023..9a3571c 100644
--- a/src/common/tracker/actions/browse.php
+++ b/src/common/tracker/actions/browse.php
@@ -735,7 +735,7 @@ if ($art_arr && $art_cnt > 0) {
$ath->renderExtraFields($sel,true,_('No Change'),false,'',
array(ARTIFACT_EXTRAFIELD_FILTER_INT),true);
echo '<tr>';
echo '<td><strong>'._('Priority')._(':').'</strong><br />';
- build_priority_select_box ('priority', '100', true);
+ echo build_priority_select_box ('priority', '100', true);
echo '</td>';
echo '<td>';
echo '</td>';
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/browse.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