appdb/include note.php

WineHQ wineowner at wine.codeweavers.com
Fri Apr 27 18:33:34 CDT 2007


ChangeSet ID:	31114
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/27 18:33:34

Modified files:
	include        : note.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix note update mails to include changes again. Append the version url to the message text
	instead of overwriting it

Patch: http://cvs.winehq.org/patch.py?id=31114

Old revision  New revision  Changes     Path
 1.24          1.25          +1 -1       appdb/include/note.php

Index: appdb/include/note.php
diff -u -p appdb/include/note.php:1.24 appdb/include/note.php:1.25
--- appdb/include/note.php:1.24	27 Apr 2007 23:33:34 -0000
+++ appdb/include/note.php	27 Apr 2007 23:33:34 -0000
@@ -139,7 +139,7 @@ class Note {
     {
         $oVersion = new version($this->iVersionId);
         $sAppName = version::fullName($this->iVersionId);
-        $sMsg = $oVersion->objectMakeUrl()."\n";
+        $sMsg .= $oVersion->objectMakeUrl()."\n";
         switch($sAction)
         {
             case "add":



More information about the wine-cvs mailing list