summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3212a5d)
raw | patch | inline | side by side (parent: 3212a5d)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Feb 2008 17:34:12 +0000 (17:34 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Feb 2008 17:34:12 +0000 (17:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9115 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/GosaPackages.pm | patch | blob | history | |
gosa-si/modules/GosaSupportDaemon.pm | patch | blob | history |
index 5c9bb9a472130f1352390931c23114317f147577..18879d691480d3e77f58dab54e3a148c4750b14b 100644 (file)
# execute db query
my $res_hash = $main::job_db->select_dbentry($sql_statement);
my $out_xml = &db_res2si_msg($res_hash, "query_jobdb", $target, $source);
+
my @out_msg_l = ( $out_xml );
return @out_msg_l;
}
index 2044f54c1f34f1f2a17790740165c67ae9ce8ea0..f899cf4dd0331bbaaee53ec2a44933d2b7c23cb5 100644 (file)
my $len_db_res= keys %{$db_res};
for( my $i= 1; $i<= $len_db_res; $i++ ) {
- $xml .= "<answer$i>";
+ $xml .= "\n<answer$i>";
my $hash= $db_res->{$i};
while ( my ($column_name, $column_value) = each %{$hash} ) {
$xml .= "<$column_name>";