Index: openacs-4/packages/recruiting/www/my-completed-interviews.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/my-completed-interviews.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/recruiting/www/my-completed-interviews.tcl 9 Aug 2002 20:30:51 -0000 1.4 +++ openacs-4/packages/recruiting/www/my-completed-interviews.tcl 14 Aug 2002 20:33:55 -0000 1.5 @@ -15,7 +15,7 @@ ui::table::set_column_alignment interviews [list left left center center] db_foreach my_completed_interviews {} { ui::table::add_sortable_row interviews [list "$last_name, $first_name" \ - "$location
Home: [recruiting_candidate::format_phone -phone_number $home_phone]
Mobile: [recruiting_candidate::format_phone -phone_number $cell_phone]" \ + "$location
Home: [recruiting::candidate::format_phone -phone_number $home_phone]
Mobile: [recruiting::candidate::format_phone -phone_number $cell_phone]" \ "$average_rating" \ "$should_hire_p" \ "(view my ratings) (modify interview)"] @@ -31,3 +31,4 @@ +