Code

Gotomasses
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 07:32:48 +0000 (07:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 07:32:48 +0000 (07:32 +0000)
-Updated clenaup queue

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9410 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index 7d2ec9751b459b45e5de4706dfba9c20fd9af7a4..be7c854a5f508ced2380f143849ca0f58a327bc4 100644 (file)
@@ -718,20 +718,7 @@ $xml_msg.= "
     /* First of all we have to check which jobs are startet 
      *  for $mac 
      */
-    $xml_msg ="
-      <xml>
-       <header>gosa_query_jobdb</header>
-       <target>GOSA</target>
-       <source>GOSA</source>
-       <where>
-        <clause>
-         <phrase>
-          <macaddress>".$mac."</macaddress>
-         </phrase>
-        </clause>
-       </where>
-      </xml>
-    ";  
+    $xml_msg ="<xml><header>gosa_query_jobdb</header><target>GOSA</target><source>GOSA</source><where><clause><phrase><macaddress>".$mac."</macaddress></phrase></clause></where></xml>";  
     
     new log("debug","DaemonEvent ", "gosaSupportDaemon::clean_queue_from_mac()", array($mac => $mac)," start cleaning.");