ChangeSet ID: 30861 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/06 12:14:36
Modified files: include : application.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix labelling of category in app change mails by changing 'vendor' to 'category'
Patch: http://cvs.winehq.org/patch.py?id=30861
Old revision New revision Changes Path 1.83 1.84 +1 -1 appdb/include/application.php
Index: appdb/include/application.php diff -u -p appdb/include/application.php:1.83 appdb/include/application.php:1.84 --- appdb/include/application.php:1.83 6 Jan 2007 18:14:36 -0000 +++ appdb/include/application.php 6 Jan 2007 18:14:36 -0000 @@ -216,7 +216,7 @@ class Application { return false; $oCatBefore = new Category($oApp->iCatId); $oCatAfter = new Category($this->iCatId); - $sWhatChanged .= "Vendor was changed from ".$oCatBefore->sName." to ".$oCatAfter->sName.".\n\n"; + $sWhatChanged .= "Category was changed from ".$oCatBefore->sName." to ".$oCatAfter->sName.".\n\n"; } if($sWhatChanged and !$bSilent) $this->SendNotificationMail("edit",$sWhatChanged);