Enhancement
- Clarify the dateformat related variables for 'task information'.
This commit is contained in:
committed by
Paul Beckingham
parent
84e1d0e7d2
commit
ba992a631e
@@ -35,7 +35,7 @@ if (open my $fh, '>', 'dom.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"dateformat=YMD\n",
|
||||
"report.info.dateformat=YMD\n";
|
||||
"dateformat.info=YMD\n";
|
||||
close $fh;
|
||||
ok (-r 'dom.rc', 'Created dom.rc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user