[Fusionforge-commits] r15123 - branches/Branch_5_1/src/common/tracker

Thorsten Glaser mirabilos at fusionforge.org
Wed Mar 14 19:23:41 CET 2012


Author: mirabilos
Date: 2012-03-14 19:23:40 +0100 (Wed, 14 Mar 2012)
New Revision: 15123

Modified:
   branches/Branch_5_1/src/common/tracker/ArtifactFactory.class.php
Log:
missing space


Modified: branches/Branch_5_1/src/common/tracker/ArtifactFactory.class.php
===================================================================
--- branches/Branch_5_1/src/common/tracker/ArtifactFactory.class.php	2012-03-14 13:40:52 UTC (rev 15122)
+++ branches/Branch_5_1/src/common/tracker/ArtifactFactory.class.php	2012-03-14 18:23:40 UTC (rev 15123)
@@ -407,7 +407,7 @@
 		}
 		//add constraint on the followups string.
 		if ($this->followups) {
-			$wheresql .= 'LEFT OUTER JOIN artifact_message am USING (artifact_id)
+			$wheresql .= ' LEFT OUTER JOIN artifact_message am USING (artifact_id)
 						WHERE am.body LIKE $'.$paramcount++;
 			$params[] = $this->followups;
 		}




More information about the Fusionforge-commits mailing list