summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e5a364)
raw | patch | inline | side by side (parent: 8e5a364)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Sep 2008 10:53:31 +0000 (10:53 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Sep 2008 10:53:31 +0000 (10:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12358 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/GosaSupportDaemon.pm | patch | blob | history |
index 7a95901c2a7fc8e9480490e86c5290ec7c06feea..ff9da894e5868b2aed795fe82f3508452d1a876b 100644 (file)
my $len_db_res= keys %{$db_res};
for( my $i= 1; $i<= $len_db_res; $i++ ) {
- $xml .= "\n<answer>";
+ $xml .= "\n<answer$i>";
my $hash= $db_res->{$i};
while ( my ($column_name, $column_value) = each %{$hash} ) {
$xml .= "<$column_name>";
$xml .= $xml_content;
$xml .= "</$column_name>";
}
- $xml .= "</answer>";
+ $xml .= "</answer$i>";
}