Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7f387728

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 7f387728b8d32155fe7ec99d1789cb81f106a32c
  • Vorgänger aff48c95
  • Nachfolger b2516a3f

CustomVariable RDBO: falsches Dispatching für Boolean-Variablen gefixt

Unterschiede anzeigen:

SL/DB/CustomVariable.pm
15 15
  my $self = $_[0];
16 16
  my $type = $self->config->type;
17 17

  
18
  goto &bool_value      if $type eq 'boolean';
18
  goto &bool_value      if $type eq 'bool';
19 19
  goto &timestamp_value if $type eq 'timestamp';
20 20
  goto &number_value    if $type eq 'number';
21 21

  

Auch abrufbar als: Unified diff