From: hickert Date: Fri, 25 Jan 2008 08:32:53 +0000 (+0000) Subject: Updated sorting. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39053aff1fd11d9cde0dbf29b60dee9945ddc324;p=gosa.git Updated sorting. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8601 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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."