From 6a04abf0a2c1757b2e93c7b42658df04a5101aeb Mon Sep 17 00:00:00 2001
From: Owen Leonard <owen@balawis.leonard.fam>
Date: Sun, 3 Oct 2010 22:15:13 -0600
Subject: [PATCH] removed filtering that only displayed members of the quorum
 for activities since many activities include family members

---
 inc/class.tc.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php
index 5818197..985f5ed 100644
--- a/inc/class.tc.inc.php
+++ b/inc/class.tc.inc.php
@@ -825,7 +825,7 @@ class tc
 		$this->t->set_var('assignment_data',$assignment_data);
 
 		// Create individual selection boxes
-		$sql = "SELECT * FROM tc_individual WHERE steward='$this->default_stewardship'";
+		$sql = "SELECT * FROM tc_individual";
 		$this->db->query($sql,__LINE__,__FILE__);
 		$i=0;
 		while ($this->db->next_record()) {
-- 
2.34.1