appdb/include application.php

WineHQ wineowner at wine.codeweavers.com
Sun Apr 16 11:33:41 CDT 2006


ChangeSet ID:	24245
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/04/16 11:33:41

Modified files:
	include        : application.php 

Log message:
	Alexander N. Sørnes <alex at thehandofagony.com>
	When vendor changes display before and after vendors instead of displaying the before vendor
	twice.

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

Old revision  New revision  Changes     Path
 1.43          1.44          +1 -1       appdb/include/application.php

Index: appdb/include/application.php
diff -u -p appdb/include/application.php:1.43 appdb/include/application.php:1.44
--- appdb/include/application.php:1.43	16 Apr 2006 16:33:41 -0000
+++ appdb/include/application.php	16 Apr 2006 16:33:41 -0000
@@ -188,7 +188,7 @@ class Application {
                 return false;
             $oVendorBefore = new Vendor($oApp->iVendorId);
             $oVendorAfter = new Vendor($this->iVendorId);
-            $sWhatChanged .= "Vendor was changed from ".$oVendorBefore->sName." to ".$oVendorBefore->sName.".\n\n";
+            $sWhatChanged .= "Vendor was changed from ".$oVendorBefore->sName." to ".$oVendorAfter->sName.".\n\n";
         }
 
         if ($this->iCatId && ($this->iCatId!=$oApp->iCatId))



More information about the wine-cvs mailing list