[Fusionforge-commits] FusionForge branch master updated. f07e3d0a2fb9fab3d83426d918f15a94b222f2fc

Franck VILLAUME nerville at fusionforge.org
Thu Feb 20 11:38:08 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  f07e3d0a2fb9fab3d83426d918f15a94b222f2fc (commit)
      from  7a40c40f489b8a7ff87f3693e2977fd35a73ab6c (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 f07e3d0a2fb9fab3d83426d918f15a94b222f2fc
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 20 11:37:48 2014 +0100

    no need & since we use html_e now

diff --git a/src/www/pm/include/ProjectGroupHTML.class.php b/src/www/pm/include/ProjectGroupHTML.class.php
index 4f29196..d4a2936 100644
--- a/src/www/pm/include/ProjectGroupHTML.class.php
+++ b/src/www/pm/include/ProjectGroupHTML.class.php
@@ -65,17 +65,17 @@ function pm_header($params) {
 
 	if ($group_project_id) {
 		$labels[] = (($pg) ? $pg->getName() : '');
-		$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=browse';
+		$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=browse';
 		$attr[] = '';
 		if (session_loggedin()) {
 			$labels[] = _('Add Task');
-			$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=addtask';
+			$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=addtask';
 			$attr[] = '';
 		}
 		if ($group_project_id) {
 			$gantt_width = 820;
 			$gantt_height = 680;
-			$gantt_url = "/pm/task.php?group_id=$group_id&group_project_id=$group_project_id&func=ganttpage";
+			$gantt_url = "/pm/task.php?group_id=$group_id&group_project_id=$group_project_id&func=ganttpage";
 			$gantt_title = _('Gantt Chart');
 			$gantt_winopt = 'scrollbars=yes,resizable=yes,toolbar=no,height=' . $gantt_height . ',width=' . $gantt_width;
 			$labels[] = $gantt_title;
@@ -91,7 +91,7 @@ function pm_header($params) {
 
 		// Import/Export using CSV files.
 		$labels[] = _('Import/Export CSV');
-		$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=csv';
+		$links[]  = '/pm/task.php?group_id='.$group_id.'&group_project_id='.$group_project_id.'&func=csv';
 		$attr[] = '';
 	}
 
@@ -100,7 +100,7 @@ function pm_header($params) {
 		$links[]  = '/pm/reporting/?group_id='.$group_id;
 		$attr[] = '';
 		$labels[] = _('Administration');
-		$links[]  = '/pm/admin/?group_id='.$group_id.'&group_project_id='.$group_project_id.'&update_pg=1';
+		$links[]  = '/pm/admin/?group_id='.$group_id.'&group_project_id='.$group_project_id.'&update_pg=1';
 		$attr[] = '';
 	} elseif (forge_check_perm ('pm_admin', $group_id)) {
 		$labels[] = _('Reporting');

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

Summary of changes:
 src/www/pm/include/ProjectGroupHTML.class.php |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list