Revision 516e618b
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Auth.pm | ||
---|---|---|
513 | 513 |
|
514 | 514 |
my %user_data; |
515 | 515 |
|
516 |
# Set defaults for options not present in database |
|
517 |
$user_data{follow_up_notify_by_email} = 1; |
|
518 |
|
|
516 | 519 |
while (my $ref = $sth->fetchrow_hashref()) { |
517 | 520 |
$user_data{$ref->{cfg_key}} = $ref->{cfg_value}; |
518 | 521 |
@user_data{qw(id login)} = @{$ref}{qw(id login)}; |
Auch abrufbar als: Unified diff
FU: Email bei neuen Wiedervorlagen