Fix obsolete notice in setup emails
This commit is contained in:
committed by
WineHQ
parent
d2a53b510c
commit
e8e68bf76f
@@ -207,6 +207,7 @@ class version {
|
|||||||
{
|
{
|
||||||
if(!query_parameters("UPDATE appVersion SET obsoleteBy = '?' WHERE versionId = '?'",
|
if(!query_parameters("UPDATE appVersion SET obsoleteBy = '?' WHERE versionId = '?'",
|
||||||
$this->iObsoleteBy, $this->iVersionId))
|
$this->iObsoleteBy, $this->iVersionId))
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
if($this->iObsoleteBy)
|
if($this->iObsoleteBy)
|
||||||
$sWhatChanged .= "The version was marked as obsolete.\n\n";
|
$sWhatChanged .= "The version was marked as obsolete.\n\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user