Help docs for CleanTempStorage, CommitVersionTag and CleanLoginHistory

This commit is contained in:
Colin Kuskie 2006-07-01 22:46:56 +00:00
parent 9eacbed903
commit 5de311d6f3
6 changed files with 107 additions and 0 deletions

View file

@ -19,6 +19,11 @@ our $I18N = {
lastUpdated => 0,
},
'clean login history body' => {
message => q|<p>This workflow activity will go through the User Login Log table in the WebGUI database and prune entries that are older than the user configured time limit.</p>|,
lastUpdated => 0,
},
};
1;