vendor: Update sState mmeber on successful unQueue()

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

View File

@@ -114,6 +114,8 @@ class Vendor {
if(!$hResult)
return FALSE;
$this->sState = 'accepted';
return TRUE;
}