From 2d62fe2d30e68f295572b6ae87597b882537511b Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin Date: Sun, 22 Jan 2006 22:08:16 -0700 Subject: [PATCH] Fixed bug with PPI view always showing the supervisor as the interviewer. --- inc/class.eq.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index b25ed33..d2396c4 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -952,7 +952,7 @@ class eq $ppis[$m]++; $total_ppis[$m]++; $link_data['menuaction'] = 'eq.eq.ppi_update'; $link_data['companionship'] = $companionship; - $link_data['interviewer'] = $supervisor; + $link_data['interviewer'] = $this->db2->f('interviewer'); $link_data['elder'] = $elder_id; $link_data['name'] = $name; $link_data['ppi'] = $this->db2->f('ppi'); -- 2.34.1