summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 587414c)
raw | patch | inline | side by side (parent: 587414c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Feb 2008 12:55:29 +0000 (12:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Feb 2008 12:55:29 +0000 (12:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8857 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index bf8de50059f4a44851b1534a96afa63576fe6e70..7dc12f1d21b115bfb90626c4371c043d4f6f004c 100644 (file)
$xml_message.= "<$key>$value</$key>";
}
- return $d->_send("<xml><header>$header</header><target>$to</target>".$xml_message."</xml>");
+ return $d->_send("<xml><header>$header</header><source>GOSA</source><target>$to</target>".$xml_message."</xml>");
}