From 80ab10416bb22fbb4fc99d73005335e6a39307b7 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Fri, 5 Oct 2007 22:12:06 +0000 Subject: [PATCH] Add an action to make Approval Body Roles "watchers" of requests. --- application/views/home.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/home.xhtml b/application/views/home.xhtml index 995f4efa..ce7f8c59 100755 --- a/application/views/home.xhtml +++ b/application/views/home.xhtml @@ -237,7 +237,7 @@ <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?> </form> <?php } ?> - <?php if (count($role['watching'] > 0)) { ?> + <?php if (count($role['watching']) > 0) { ?> <table class="course_list"> <tr> <!-- th id="check"> </th --> -- GitLab