From 39053aff1fd11d9cde0dbf29b60dee9945ddc324 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 25 Jan 2008 08:32:53 +0000 Subject: [PATCH] Updated sorting. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8601 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 537755ad0..ae9eb8b1b 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -111,7 +111,7 @@ class gosaSupportDaemon /*! \brief Returns an array containing all queued entries. @return Array All queued entries as an array. */ - public function get_queued_entries($from=0,$to=10) + public function get_queued_entries($from=0,$to=10,$sort="timestamp DESC") { $this->b_error = FALSE; $this->s_error = ""; @@ -121,19 +121,13 @@ class gosaSupportDaemon
gosa_query_jobdb
- or - - - eq - ping - - - eq - sayHello + ne + * + ".$sort." ".$from." ".$to." -- 2.30.2