Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ffb4200

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 1ffb42006427be006df310be1e98aad5dd7b1a4d
  • Vorgänger fe8d6c89
  • Nachfolger 39294de3

Kosmetik

Unterschiede anzeigen:

SL/OE.pm
338 338

  
339 339
      $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
340 340
      $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
341
      
341

  
342 342
      $form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"});
343 343

  
344 344
      # set values to 0 if nothing entered
bin/mozilla/common.pl
731 731
  my $category = shift;
732 732
  $category    = 'info' if $category eq 'information';
733 733

  
734
  $::form->{FLASH} ||= { };
734
  $::form->{FLASH}                ||= { };
735 735
  $::form->{FLASH}->{ $category } ||= [ ];
736 736
  push @{ $::form->{FLASH}->{ $category } }, @_;
737 737
}

Auch abrufbar als: Unified diff