49 |
my $date = output_pref( { dt => dt_from_string, datenonly => 1, dateformat => 'iso' } ); |
49 |
my $date = output_pref( { dt => dt_from_string, dateonly => 1, dateformat => 'iso' } ); |
50 |
$success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } ); |
50 |
$success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } ); |