From 870ffcce4bd5888d13e3ccaeade3748532d662d7 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 24 Jan 2008 08:04:24 +0000 Subject: [PATCH] Updated deamon. Limited amount of returned entries. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8577 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 1050fa54e..b3b66fd78 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -89,7 +89,7 @@ class gosaSupportDaemon /*! \brief Returns an array containing all queued entries. @return Array All queued entries as an array. */ - public function get_queued_entries() + public function get_queued_entries($from=0,$to=10) { $this->b_error = FALSE; $this->s_error = ""; @@ -99,9 +99,14 @@ class gosaSupportDaemon
gosa_query_jobdb
+ and gt - -1 + ".$from." + + + lt + ".$to." -- 2.30.2