From: Alan Jack Pippin Date: Mon, 13 Aug 2007 05:00:48 +0000 (-0600) Subject: Added address to visit type appointment calendar items X-Git-Tag: release_0_1_0~27 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=f4f7ff069f8d87117e673446e0fc4ce98f696de3;hp=0aecbb28d5f57d35e39df632866c578310f96958;p=eq%2F.git Added address to visit type appointment calendar items --- diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index acd33b5..ab48656 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -3466,7 +3466,11 @@ class eq if($this->db3->next_record()) { $phone = $this->db3->f('phone'); } - $location=""; + $sql = "SELECT * FROM eq_parent where family='$family'"; + $this->db3->query($sql,__LINE__,__FILE__); + if($this->db3->next_record()) { + $location=$this->db3->f('address'); + } $duration = 2700; // 45 minutes } }