Index: openacs-4/packages/recruiting/www/my-completed-interviews.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/my-completed-interviews.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/recruiting/www/my-completed-interviews.xql 1 Aug 2002 21:18:09 -0000 1.1 +++ openacs-4/packages/recruiting/www/my-completed-interviews.xql 2 Aug 2002 18:53:56 -0000 1.2 @@ -10,6 +10,7 @@ c.email, -- c.phone_number, c.city||', '||c.state||' '||c.country as location, + c.home_phone, c.cell_phone, round((select avg(r.rating) from recruiting_ratings r where interview_id = i.interview_id),1) as average_rating,