From: Owen Leonard Date: Mon, 4 Oct 2010 04:15:13 +0000 (-0600) Subject: removed filtering that only displayed members of the quorum for activities since... X-Git-Tag: release_1_1_0~15 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=6a04abf0a2c1757b2e93c7b42658df04a5101aeb;p=eq%2F.git removed filtering that only displayed members of the quorum for activities since many activities include family members --- 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()) {