[evolvis-commits] r6846: this is two & too much↵

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Jul 28 13:05:03 CEST 2010


Author: mirabilos
Date: 2010-07-28 13:05:03 +0200 (Wed, 28 Jul 2010)
New Revision: 6846

Modified:
   trunk/gforge_base/evolvisforge/gforge/common/tracker/Artifact.class.php
Log:
this is two & too much


Modified: trunk/gforge_base/evolvisforge/gforge/common/tracker/Artifact.class.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/common/tracker/Artifact.class.php	2010-07-28 11:05:01 UTC (rev 6845)
+++ trunk/gforge_base/evolvisforge/gforge/common/tracker/Artifact.class.php	2010-07-28 11:05:03 UTC (rev 6846)
@@ -1245,8 +1245,8 @@
 			      
 
 		$body .= "\nYou can respond by visiting: ".
-			"\n".util_make_url ('/tracker/?func=detail&atid='. $this->ArtifactType->getID() .
-					    "&aid=". $this->getID() .
+			"\n".util_make_url ('/tracker/?func=detail&atid='. $this->ArtifactType->getID() .
+					    "&aid=". $this->getID() .
 					    "&group_id=". $this->ArtifactType->Group->getID()) .
 			"\nOr by replying to this e-mail entering your response between the following markers: ".
 			"\n".ARTIFACT_MAIL_MARKER.
@@ -1349,8 +1349,8 @@
 		}
 
 		$body .= "\n\nYou can respond by visiting: ".
-			"\n".util_make_url ('/tracker/?func=detail&atid='. $this->ArtifactType->getID() .
-					    "&aid=". $this->getID() .
+			"\n".util_make_url ('/tracker/?func=detail&atid='. $this->ArtifactType->getID() .
+					    "&aid=". $this->getID() .
 					    "&group_id=". $this->ArtifactType->Group->getID());
 
 		//only send if some recipients were found



More information about the evolvis-commits mailing list