From bc9799c8faa4862af1280a6725184ce5ed6dfd59 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 17 Apr 2008 06:19:40 +0000 Subject: [PATCH] Just code aligments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10523 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index a993a3ad3..7ae5e3ccd 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -136,7 +136,13 @@ class gosaSupportDaemon public function FAI_get_kernels($release) { - $xml_msg = "
gosa_get_available_kernel
GOSAGOSA".$release."
"; + $xml_msg = + "". + "
gosa_get_available_kernel
". + "GOSA". + "GOSA". + "".$release."". + "
"; if($this->connect()){ $this->o_sock->write($xml_msg); -- 2.30.2