From 634d5aa54954664b834f6575dd8d587c4addfc6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr>
Date: Tue, 23 Sep 2014 19:33:36 +0200
Subject: [PATCH] FIX: double header

---
 htdocs/projet/activity/list.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/htdocs/projet/activity/list.php b/htdocs/projet/activity/list.php
index 89e23bf6a07..430970c981d 100644
--- a/htdocs/projet/activity/list.php
+++ b/htdocs/projet/activity/list.php
@@ -131,10 +131,6 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$user,($project->id?$pr
 //var_dump($taskrole);
 
 
-
-llxHeader("",$title,"");
-
-
 llxHeader("",$title,"");
 
 print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
-- 
GitLab