summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b1a424)
raw | patch | inline | side by side (parent: 3b1a424)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 07:46:15 +0000 (07:46 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index 487fa5cf407c03716b2e9179b7b18bda5384b13c..1050fa54e8a9796d572f808d2d568fef5b417f1e 100644 (file)
$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){
$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){
$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){