maintainer: Update sState member on successful unQueue

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-23 14:17:31 +01:00
committed by Chris Morgan
parent ecfc92a01f
commit b6d2c560e7

View File

@@ -281,6 +281,7 @@ class maintainer
mail_appdb($sEmail, $sSubject ,$sMsg); mail_appdb($sEmail, $sSubject ,$sMsg);
} }
$this->sState = 'accepted';
} }
} else } else
{ {