JrCore_list in email template
Jamroom Developers
Is your jrCore_list call using a variable that may not be available when initiated by the daily maintenence event, $_user for instance?
if (isset($params['template']{0})) {
$params['tpl_dir'] = $_conf['jrCore_active_skin'];
}
else {
$params['template'] = "{$params['type']}_rating_form.tpl";
$params['tpl_dir'] = 'jrRating';
}