From 50528c1ce787085def63a5914e94f05fe60d7ab8 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 14 Apr 2008 07:32:34 +0000 Subject: [PATCH] Fixed GOsa si package list query git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10378 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 2e300bfe5..b33e59eb8 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -179,16 +179,19 @@ class gosaSupportDaemon $xml_msg = "
gosa_query_packages_list
GOSAGOSA". $attr. " - - AND - ".$release." - - OR - ".$pkgs." - - - - 0100 + + + + ".$release." + + + + + OR + ".$pkgs." + + + 0100
"; } -- 2.30.2