[Fusionforge-commits] r8461 - branches/Branch_4_8/gforge/common/pm

Olivier Meunier musicoliv at libremir.placard.fr.eu.org
Thu Dec 3 15:35:42 CET 2009


Author: musicoliv
Date: 2009-12-03 15:35:41 +0100 (Thu, 03 Dec 2009)
New Revision: 8461

Modified:
   branches/Branch_4_8/gforge/common/pm/ProjectTask.class.php
Log:
Fix malformed sql request that prevented the display of related tracker items of a task

Modified: branches/Branch_4_8/gforge/common/pm/ProjectTask.class.php
===================================================================
--- branches/Branch_4_8/gforge/common/pm/ProjectTask.class.php	2009-12-03 13:31:08 UTC (rev 8460)
+++ branches/Branch_4_8/gforge/common/pm/ProjectTask.class.php	2009-12-03 14:35:41 UTC (rev 8461)
@@ -465,7 +465,7 @@
 			WHERE a.group_artifact_id=agl.group_artifact_id
 			AND EXISTS (SELECT artifact_id FROM project_task_artifact 
 				WHERE artifact_id=a.artifact_id
-				AND project_task_id=$1',
+				AND project_task_id=$1)',
 						 array ($this->getID())) ;
 		}
 		return $this->relatedartifacts;




More information about the Fusionforge-commits mailing list