diff --git a/app/public/view.php b/app/public/view.php index 3f7b613..2369e82 100644 --- a/app/public/view.php +++ b/app/public/view.php @@ -84,7 +84,11 @@
Assigned to: - + " . get_user_name($db, $request['assignee']) . ""); + } else { + echo("None"); + } ?>