summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c39513)
raw | patch | inline | side by side (parent: 7c39513)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Aug 2008 08:52:30 +0000 (08:52 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Aug 2008 08:52:30 +0000 (08:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12273 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index 55d851a0b46c72bd92ab666f7c4eb97aee25a667..eaebe6880079971db16a43e31a8c14298b6b13fc 100644 (file)
my $res = $main::opsi_client->call($main::opsi_url, $callobj);
if (not &check_opsi_res($res)){
my $result= $res->result;
-print STDERR Dumper($result);
if (ref $result eq "HASH") {
foreach my $r (keys %{$result}){
my $item= "\n<item><id>".xml_quote($r)."</id>";