From: cajus Date: Tue, 12 Feb 2008 12:55:29 +0000 (+0000) Subject: Added source info to gosa-si X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=42ddb79c0c0067e8636f617d9980fd2129288967;p=gosa.git Added source info to gosa-si git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8857 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index bf8de5005..7dc12f1d2 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -568,7 +568,7 @@ class gosaSupportDaemon $xml_message.= "<$key>$value"; } - return $d->_send("
$header
$to".$xml_message."
"); + return $d->_send("
$header
GOSA$to".$xml_message."
"); }