Alexander Nicolaysen Sørnes : note: Remove obsolete line from update()

Alexander Nicolaysen Sørnes asornes at winehq.org
Thu Jul 23 09:24:34 CDT 2009


Module: appdb
Branch: master
Commit: 0f82fb839c1311a274f07a266564ac2ce570cf82
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=0f82fb839c1311a274f07a266564ac2ce570cf82

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Thu Jul 23 16:24:08 2009 +0200

note: Remove obsolete line from update()

---

 include/note.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/note.php b/include/note.php
index b6153d5..ea4098b 100644
--- a/include/note.php
+++ b/include/note.php
@@ -117,7 +117,6 @@ class Note {
             $sVersionBefore = Version::lookup_name($oNote->iVersionId);
             $sVersionAfter = Version::lookup_name($this->iVersionId);
             $sWhatChanged .= "Version was changed from ".$sVersionBefore." to ".$sVersionAfter.".\n\n";
-            $this->iVersionId = $iVersionId;
         }
         if($sWhatChanged)
             $this->SendNotificationMail("edit",$sWhatChanged);       




More information about the wine-cvs mailing list