%s', $info['msg']);
}
if ($thread->object_type == 'T')
$type = '\'tickets\'';
if ($thread->object_type == 'A')
$type = '\'tasks\'';
?>
getCollaborators())) {?>
getCollaborators();
foreach ($collabs as $c) {
$options .= sprintf('',
$c->getUserId(),
$c->isActive() ? 'selected="selected"' : '',
$c->isActive() ? 'active' : 'disabled',
$c->getName());
}
$recipients = sprintf(__('(%d of %d)'),
$thread->getNumActiveCollaborators(),
$thread->getNumCollaborators());
?>