Fix obsolete notice in setup emails

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-09 00:32:29 +00:00
committed by WineHQ
parent d2a53b510c
commit e8e68bf76f

View File

@@ -207,6 +207,7 @@ class version {
{
if(!query_parameters("UPDATE appVersion SET obsoleteBy = '?' WHERE versionId = '?'",
$this->iObsoleteBy, $this->iVersionId))
return FALSE;
if($this->iObsoleteBy)
$sWhatChanged .= "The version was marked as obsolete.\n\n";