Comment
OS4
Tera Contributor
var PurgeOrphanAttachments = Class.create();
PurgeOrphanAttachments.prototype = {
	purgeAttachments: function () {
		return;
	},
	type: 'PurgeOrphanAttachments'
};

 

That is all i see on the script include. Is this normal?