From cd4706e04190b031b1f1625a4cacbec656b5ad1e Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 11 Apr 2008 12:03:30 +0000 Subject: [PATCH] Updated si class -Fixed package read git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10355 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 2.30.2