From da9c1a13f44add47200640e996f8c0c65a2abb80 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 May 2010 14:17:38 +0000 Subject: [PATCH] Fix: Remove useless /div --- htdocs/projet/tasks/fiche.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/projet/tasks/fiche.php b/htdocs/projet/tasks/fiche.php index 63436cf7511..5fa78fa2ea3 100644 --- a/htdocs/projet/tasks/fiche.php +++ b/htdocs/projet/tasks/fiche.php @@ -305,7 +305,6 @@ else $nboftaskshown=PLines($j, 0, $tasksarray, $level, true, 0, $tasksrole); print ""; - print ''; // Test if database is clean. If not we clean it. //print 'mode='.$_REQUEST["mode"].' $nboftaskshown='.$nboftaskshown.' sizeof($tasksarray)='.sizeof($tasksarray).' sizeof($tasksrole)='.sizeof($tasksrole).'
';