From: rettenbe Date: Wed, 3 Sep 2008 07:35:45 +0000 (+0000) Subject: update: func db_res2xml build now instead of ... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5117223dff124fd405ffe29108a1b3c231718ccc;p=gosa.git update: func db_res2xml build now instead of git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12350 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/GosaSupportDaemon.pm b/gosa-si/modules/GosaSupportDaemon.pm index cf39ee461..af77b7f4a 100644 --- a/gosa-si/modules/GosaSupportDaemon.pm +++ b/gosa-si/modules/GosaSupportDaemon.pm @@ -229,7 +229,7 @@ sub db_res2xml { my $len_db_res= keys %{$db_res}; for( my $i= 1; $i<= $len_db_res; $i++ ) { - $xml .= "\n"; + $xml .= "\n"; my $hash= $db_res->{$i}; while ( my ($column_name, $column_value) = each %{$hash} ) { $xml .= "<$column_name>";