X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=inc%2Fclass.eq.inc.php;fp=inc%2Fclass.eq.inc.php;h=3cbb028716204fbfbbf44a5d94bc1e90c41ba045;hb=3319d1f2ac9bd7dec6753458db0506cdd6c54957;hp=ca6b8097d9e69841b87845eeadb668342a8d1ed0;hpb=87fe12720f10a6ef93f81726ccb90b812393d599;p=eq%2F.git diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index ca6b809..3cbb028 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -1570,7 +1570,7 @@ class eq // If this elder has had a yearly PPI this year, don't show him on the schedule list $year_start = $year - 1 . "-12-31"; $year_end = $year + 1 . "-01-01"; $sql = "SELECT * FROM eq_ppi WHERE date > '$year_start' AND date < '$year_end' ". - "AND elder=" . $id; + "AND elder=" . $id . " AND eqpresppi=1"; $this->db2->query($sql,__LINE__,__FILE__); if(!$this->db2->next_record()) {