#= $report['id'] ?> |
%1$d', $report['item_id']);
break;
// chapter
case 2:
printf('%1$d', $report['item_id']);
break;
// comment
case 3:
printf('%1$d', $report['item_id']);
break;
}
?>
|
= get_time_ago($report['created']) ?> |
= $reason ? $reason['text'].($reason['is_info_required'] ? ' *' : '') : 'Unknown' ?> |
= $report['info'] ?> |
= display_user_link($report['user_id'], $report['username'], $report['level_colour']) ?> |
= isset($report['updated']) ? get_time_ago($report['updated']) : '-' ?> |
= isset($report['mod_id']) ? display_user_link($report['mod_id'], $report['mod_username'], $report['mod_level_colour']) : '-' ?> |
|