Send correct email when the screenshot is unqueued

This commit is contained in:
Jonathan Ernst
2005-02-15 18:58:06 +00:00
committed by WineHQ
parent d90433899a
commit 5796ce8f78

View File

@@ -142,6 +142,7 @@ class Screenshot {
$sUpdate = compile_update_string(array('queued' => "false")); $sUpdate = compile_update_string(array('queued' => "false"));
if(query_appdb("UPDATE appData SET ".$sUpdate." WHERE id=".$this->iScreenshotId)) if(query_appdb("UPDATE appData SET ".$sUpdate." WHERE id=".$this->iScreenshotId))
{ {
$this->bQueued = false;
// we send an e-mail to intersted people // we send an e-mail to intersted people
$this->mailSubmitter(); $this->mailSubmitter();
$this->mailMaintainers(); $this->mailMaintainers();