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  995fb11f6e1eea1a819c2dd9f80993bdf84d3cd1 (commit)
      from  b339dc22bdbd1edd3148bffdf97bbbdd32bf6aee (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=995fb11f6e1eea1a819c2dd9f80993bdf84d3cd1

commit 995fb11f6e1eea1a819c2dd9f80993bdf84d3cd1
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Jun 27 15:42:54 2016 +0200

    Factor code

diff --git 
a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php 
b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
index 92ee7d4..ef59f54 100644
--- a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
+++ b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
@@ -116,11 +116,7 @@ class Widget_HomeDetailActivityMostActiveProjectWeek 
extends Widget {
                                                $url = 
util_make_link('/forum/forum.php?forum_id='.$activity['subref_id'],_('News').' 
'.$activity['description']);
                                                break;
                                        }
-                                       case 'taskopen': {
-                                               $icon = 
html_image('ic/taskman20w.png','','',array('alt'=>_('Tasks')));
-                                               $url = 
util_make_link('/pm/task.php?func=detailtask&project_task_id='.$activity['subref_id'].'&group_id='.$activity['group_id'].'&group_project_id='.$activity['ref_id'],_('Tasks').'
 '.$activity['description']);
-                                               break;
-                                       }
+                                       case 'taskopen':
                                        case 'taskclose': {
                                                $icon = 
html_image('ic/taskman20w.png','','',array('alt'=>_('Tasks')));
                                                $url = 
util_make_link('/pm/task.php?func=detailtask&project_task_id='.$activity['subref_id'].'&group_id='.$activity['group_id'].'&group_project_id='.$activity['ref_id'],_('Tasks').'
 '.$activity['description']);

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

Summary of changes:
 .../widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to