Restore forced + sign in accounts file (harmless bug)
This commit is contained in:
parent
9cda968d53
commit
58f49cbffb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ sub update {
|
||||||
$since = "0\@" . now() if $new == 0 and (!$since or $old != 0);
|
$since = "0\@" . now() if $new == 0 and (!$since or $old != 0);
|
||||||
|
|
||||||
printf {$out} "%-16s %9s %s %s\n", (
|
printf {$out} "%-16s %9s %s %s\n", (
|
||||||
$username, $new, now(), $since
|
$username, $new->string("+"), now(), $since
|
||||||
) or die $!;
|
) or die $!;
|
||||||
} else {
|
} else {
|
||||||
print {$out} $line or die $!;
|
print {$out} $line or die $!;
|
||||||
|
|
Loading…
Add table
Reference in a new issue