summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce49838)
raw | patch | inline | side by side (parent: ce49838)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 13:15:26 +0000 (13:15 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 13:15:26 +0000 (13:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11146 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index 68f3a6f75baffd1627566fd9e3bbcf0ce871ae17..975bdc10b3e9dc104ed8681f7534cde7b5b6cd58 100644 (file)
$out_msg =~s/<\/xml>/<forward_to_gosa>$forward_to_gosa<\/forward_to_gosa><\/xml>/;
}
- return ( $out_msg );
+ # create set_activated_for_installation message for delivery
+ my $out_hash = &create_xml_hash("set_activated_for_installation", $source, $target);
+ my $out_msg = &create_xml_string($out_hash);
+ my $out_msg_l = ($out_msg);
+
+ return @out_msg_l;
}