Revision b15e4435
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
SL/CVar.pm | ||
---|---|---|
524 | 524 |
|
525 | 525 |
foreach my $config (@{ $configs }) { |
526 | 526 |
my $name = "$params{prefix}cvar_$config->{name}"; |
527 |
$main::lxdebug->message(0, "name $name"); |
|
527 |
|
|
528 | 528 |
if ($config->{type} eq 'date') { |
529 | 529 |
push @{ $date_fields }, $name; |
530 | 530 |
|
Auch abrufbar als: Unified diff
Debugcode