Code

Updated deamon
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 07:46:15 +0000 (07:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 07:46:15 +0000 (07:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8575 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index 487fa5cf407c03716b2e9179b7b18bda5384b13c..1050fa54e8a9796d572f808d2d568fef5b417f1e 100644 (file)
@@ -147,8 +147,14 @@ class gosaSupportDaemon
     $this->s_error = "";
     $xml_msg = "<xml>
                   <header>gosa_query_jobdb</header>
-                  <where>id</where>
-                  <id>".$id."</id>
+                  <where>
+                    <clause>
+                      <phrase>
+                        <operator>eq</operator>
+                        <id>".$id."</id>
+                      </phrase>
+                    </clause>
+                  </where>
                 </xml>";
     $this->connect();
     if(!$this->is_connected){
@@ -182,8 +188,14 @@ class gosaSupportDaemon
     $this->s_error = "";
     $xml_msg = "<xml>
                   <header>gosa_query_jobdb</header>
-                  <where>id</where>
-                  <id>".$id."</id>
+                  <where>
+                    <clause>
+                      <phrase>
+                        <operator>eq</operator>
+                        <id>".$id."</id>
+                      </phrase>
+                    </clause>
+                  </where>
                 </xml>";
     $this->connect();
     if(!$this->is_connected){
@@ -215,8 +227,14 @@ class gosaSupportDaemon
 
     $xml_msg = "<xml>
                   <header>gosa_delete_jobdb_entry</header>
-                  <where>id</where>
-                  <id>".$id."</id>
+                  <where>
+                    <clause>
+                      <phrase>
+                        <operator>eq</operator>
+                        <id>".$id."</id>
+                      </phrase>
+                    </clause>
+                  </where>
                 </xml>";
     $this->connect();
     if($this->is_connected){