versions, applications, and screenshots have to be marked queued="false" instead of
queued="" when added without being unqueued
This commit is contained in:
@@ -129,7 +129,7 @@ class Application {
|
||||
'vendorId' => $iVendorId,
|
||||
'catId' => $iCatId,
|
||||
'submitterId'=> $_SESSION['current']->iUserId,
|
||||
'queued' => $this->bQueued ));
|
||||
'queued' => $this->bQueued?"true":"false" ));
|
||||
$sFields = "({$aInsert['FIELDS']})";
|
||||
$sValues = "({$aInsert['VALUES']})";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user