From: rettenbe Date: Wed, 3 Sep 2008 10:53:31 +0000 (+0000) Subject: bugfix testing: packages lists not working at the moment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=670cb12a632247bca2a66d94ff665a34c7885cff;p=gosa.git bugfix testing: packages lists not working at the moment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12358 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/GosaSupportDaemon.pm b/gosa-si/modules/GosaSupportDaemon.pm index 7a95901c2..ff9da894e 100644 --- a/gosa-si/modules/GosaSupportDaemon.pm +++ b/gosa-si/modules/GosaSupportDaemon.pm @@ -228,7 +228,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>"; @@ -241,7 +241,7 @@ sub db_res2xml { $xml .= $xml_content; $xml .= ""; } - $xml .= ""; + $xml .= ""; }