From: hickert Date: Fri, 11 Apr 2008 12:03:30 +0000 (+0000) Subject: Updated si class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cd4706e04190b031b1f1625a4cacbec656b5ad1e;p=gosa.git Updated si class -Fixed package read git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10355 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index b6eff67e5..2f3401e52 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -148,18 +148,18 @@ class gosaSupportDaemon /* Create list of attributes to fetch */ $attr = ""; foreach($attrs as $at){ - $attr.= $at.", "; + $attr.= ""; } /* Create Daemon query */ if(empty($package)){ $xml_msg = "
gosa_query_packages_list
GOSAGOSA". - "". + $attr. "".$release."
"; }else{ $xml_msg = "
gosa_query_packages_list
GOSAGOSA". - "". + $attr. " AND ".$release."