version: Rename 'queued' to 'state'
This commit is contained in:
committed by
Chris Morgan
parent
06f693859f
commit
aee69c1735
@@ -268,7 +268,7 @@ class version_queue
|
||||
foreach($oApp->aVersionsIds as $iVersionId)
|
||||
{
|
||||
$oVersion = new Version($iVersionId);
|
||||
if ($oVersion->sQueued == 'false')
|
||||
if ($oVersion->objectGetState() == 'accepted')
|
||||
{
|
||||
//display row
|
||||
echo html_tr(array(
|
||||
|
||||
Reference in New Issue
Block a user