From 670cb12a632247bca2a66d94ff665a34c7885cff Mon Sep 17 00:00:00 2001 From: rettenbe Date: Wed, 3 Sep 2008 10:53:31 +0000 Subject: [PATCH] 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 --- gosa-si/modules/GosaSupportDaemon.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= ""; } -- 2.30.2