[Fusionforge-commits] FusionForge branch master updated. 41c87316d96c0cdfed1fa480b2ba808f7cb88288

Franck Villaume nerville at fusionforge.org
Tue Mar 25 10:17:46 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  41c87316d96c0cdfed1fa480b2ba808f7cb88288 (commit)
      from  9226e1e7f895ee6596da4bd5676e207bcf9dfaa7 (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 41c87316d96c0cdfed1fa480b2ba808f7cb88288
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Mar 25 10:16:51 2014 +0100

    tracker : use util_make_link

diff --git a/src/common/tracker/actions/ind.php b/src/common/tracker/actions/ind.php
index bbc79c9..0ecd6ca 100644
--- a/src/common/tracker/actions/ind.php
+++ b/src/common/tracker/actions/ind.php
@@ -4,7 +4,7 @@
  *
  * Copyright 2010-2011, Franck Villaume - Capgemini
  * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
- * Copyright 2012, Franck Villaume - TrivialDev
+ * Copyright 2012,2014, Franck Villaume - TrivialDev
  * http://fusionforge.org/
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -66,7 +66,7 @@ if (!$at_arr || count($at_arr) < 1) {
 		} else {
 			echo '
 		<tr '. $HTML->boxGetAltRowStyle($j) . '>
-			<td>'.util_make_url('/tracker/?atid='.$at_arr[$j]->getID().'&group_id='.$group_id.'&func=browse',
+			<td>'.util_make_link('/tracker/?atid='.$at_arr[$j]->getID().'&group_id='.$group_id.'&func=browse',
  				html_image("ic/tracker20w.png","20","20").' '.$at_arr[$j]->getName()).'
 			</td>
 			<td>' .  $at_arr[$j]->getDescription() .'

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

Summary of changes:
 src/common/tracker/actions/ind.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list