Display the help text for application queues
This commit is contained in:
committed by
WineHQ
parent
cd198f44d7
commit
fc03cb827f
@@ -312,6 +312,11 @@ class application_queue
|
|||||||
return $this->oApp->objectMoveChildren($iNewId);
|
return $this->oApp->objectMoveChildren($iNewId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function objectDisplayQueueProcessingHelp()
|
||||||
|
{
|
||||||
|
return application::objectDisplayQueueProcessingHelp();
|
||||||
|
}
|
||||||
|
|
||||||
function objectDisplayAddItemHelp()
|
function objectDisplayAddItemHelp()
|
||||||
{
|
{
|
||||||
$this->oApp->objectDisplayAddItemHelp();
|
$this->oApp->objectDisplayAddItemHelp();
|
||||||
|
|||||||
Reference in New Issue
Block a user