Comment
OS4
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
08-19-2025
04:16 AM
var PurgeOrphanAttachments = Class.create();
PurgeOrphanAttachments.prototype = {
purgeAttachments: function () {
return;
},
type: 'PurgeOrphanAttachments'
};
That is all i see on the script include. Is this normal?