| Contents | Status | ' . substr($report["contents"], 0, 20) . "..."; echo ' (' . format_timestamp(time() - strtotime($report["sent_at"])) . ' ago)'; echo ' | '; echo ''; echo $report["resolved_by"] == null ? "Unresolved" : "Resolved"; echo ' | '; echo ''; echo '[ View ]'; echo ' | '; echo ''; } ?>
|---|