Use mustBeQueued() to determine unqueueing in objectManager

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-22 00:39:53 +00:00
committed by WineHQ
parent 3dc453112a
commit 8cf53f1679
5 changed files with 20 additions and 1 deletions

View File

@@ -119,6 +119,11 @@ class version_queue
return $this->oVersion->canEdit();
}
function mustBeQueued()
{
return $this->oVersion->mustBeQueued();
}
function objectDisplayAddItemHelp()
{
/* $this->oVersion->displayAddItemHelp(); */