migrated delete expired sessions hourly script to workflow activity

This commit is contained in:
JT Smith 2006-03-01 23:25:24 +00:00
parent ba3668643e
commit 85c8627e66
6 changed files with 127 additions and 33 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredSessions;
our $I18N = {
'topicName' => {
message => q|Delete Expired Sessions|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;