From fc03cb827f49c10371b6f3403ba5709a940b506c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 14 Jun 2007 00:51:21 +0000 Subject: [PATCH] Display the help text for application queues --- include/application_queue.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/application_queue.php b/include/application_queue.php index 0dbe0d8..f33e4b3 100644 --- a/include/application_queue.php +++ b/include/application_queue.php @@ -312,6 +312,11 @@ class application_queue return $this->oApp->objectMoveChildren($iNewId); } + function objectDisplayQueueProcessingHelp() + { + return application::objectDisplayQueueProcessingHelp(); + } + function objectDisplayAddItemHelp() { $this->oApp->objectDisplayAddItemHelp();