From: hickert Date: Thu, 17 Apr 2008 06:19:40 +0000 (+0000) Subject: Just code aligments X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc9799c8faa4862af1280a6725184ce5ed6dfd59;p=gosa.git Just code aligments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10523 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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);