Allow creating new vendors when moving apps

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-05-03 17:52:25 +02:00
parent 9720ac1373
commit 301ad3cd1a
4 changed files with 96 additions and 4 deletions

View File

@@ -105,9 +105,6 @@ class Vendor {
*/
function unQueue()
{
if(!$this->canEdit())
return FALSE;
$hResult = query_parameters("UPDATE vendor SET state = '?' WHERE vendorId = '?'",
'accepted', $this->iVendorId);