From 0189bd2056a0b11f591d350964074b2ab7d3b4e3 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 24 Jan 2008 07:46:15 +0000 Subject: [PATCH] Updated deamon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8575 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 487fa5cf4..1050fa54e 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -147,8 +147,14 @@ class gosaSupportDaemon $this->s_error = ""; $xml_msg = "
gosa_query_jobdb
- id - ".$id." + + + + eq + ".$id." + + +
"; $this->connect(); if(!$this->is_connected){ @@ -182,8 +188,14 @@ class gosaSupportDaemon $this->s_error = ""; $xml_msg = "
gosa_query_jobdb
- id - ".$id." + + + + eq + ".$id." + + +
"; $this->connect(); if(!$this->is_connected){ @@ -215,8 +227,14 @@ class gosaSupportDaemon $xml_msg = "
gosa_delete_jobdb_entry
- id - ".$id." + + + + eq + ".$id." + + +
"; $this->connect(); if($this->is_connected){ -- 2.30.2