Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a16973b

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

  • ID 1a16973b266728b4ef9a388fb82abe236675f266
  • Vorgänger f54fd660
  • Nachfolger 8b962718

Bug 905.

check_currency sicherer gemacht und eine aufrufschwäche in do.pl beseitigt.

Unterschiede anzeigen:

SL/Form.pm
1628 1628

  
1629 1629
  my ($self, $myconfig, $currency, $transdate, $fld) = @_;
1630 1630

  
1631
  if ($fld !~/^buy|sell$/) {
1632
    $self->error('Fatal: check_exchangerate called with invalid buy/sell argument');
1633
  }
1634

  
1631 1635
  unless ($transdate) {
1632 1636
    $main::lxdebug->leave_sub();
1633 1637
    return "";

Auch abrufbar als: Unified diff