Alexander Nicolaysen Sørnes : note: Remove obsolete line from update()
Module: appdb Branch: master Commit: 0f82fb839c1311a274f07a266564ac2ce570cf82 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=0f82fb839c1311a274f07a266... Author: Alexander Nicolaysen Sørnes <alex(a)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);
participants (1)
-
Alexander Nicolaysen Sørnes