Kosmetik
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:25 +0000 (15:46 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:25 +0000 (15:46 +0100)
SL/OE.pm
bin/mozilla/common.pl

index 63fcf1f..677a78b 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -338,7 +338,7 @@ sub save {
 
       $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
       $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
-      
+
       $form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"});
 
       # set values to 0 if nothing entered
index d98bdda..c889bc1 100644 (file)
@@ -731,7 +731,7 @@ sub flash {
   my $category = shift;
   $category    = 'info' if $category eq 'information';
 
-  $::form->{FLASH} ||= { };
+  $::form->{FLASH}                ||= { };
   $::form->{FLASH}->{ $category } ||= [ ];
   push @{ $::form->{FLASH}->{ $category } }, @_;
 }