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 temp storage body' => {
message => q|<p>This workflow activity goes through the temporary area of the uploads directory for this site and deletes any files that are older than the user configured timeout.</p>|,
lastUpdated => 0,
},
};
1;