versions, applications, and screenshots have to be marked queued="false" instead of

queued="" when added without being unqueued
This commit is contained in:
Jonathan Ernst
2005-02-21 01:37:06 +00:00
committed by WineHQ
parent 7dcde75116
commit c8a1a0b0df
3 changed files with 3 additions and 3 deletions

View File

@@ -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']})";