note: Remove obsolete line from update()

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-23 16:24:08 +02:00
parent 8be4e24864
commit 0f82fb839c

View File

@@ -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);