From 5796ce8f78a6b928f68dc32f21f5f5c8ee97c845 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Tue, 15 Feb 2005 18:58:06 +0000 Subject: [PATCH] Send correct email when the screenshot is unqueued --- include/screenshot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/screenshot.php b/include/screenshot.php index 9baf31e..de8bf36 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -142,6 +142,7 @@ class Screenshot { $sUpdate = compile_update_string(array('queued' => "false")); if(query_appdb("UPDATE appData SET ".$sUpdate." WHERE id=".$this->iScreenshotId)) { + $this->bQueued = false; // we send an e-mail to intersted people $this->mailSubmitter(); $this->mailMaintainers();