Index: openacs-4/packages/notifications/www/manage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/manage.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/notifications/www/manage.tcl 26 May 2007 10:43:28 -0000 1.7 +++ openacs-4/packages/notifications/www/manage.tcl 12 Jan 2008 18:26:34 -0000 1.8 @@ -24,7 +24,7 @@ label {[_ notifications.Frequency]} } } - set notice "[acs_community_member_link -user_id $user_id -label [contact::name -party_id $user_id]] - [_ notifications.Notifications]" + set notice "[acs_community_member_link -user_id $user_id -label [person::name -person_id $user_id]] - [_ notifications.Notifications]" } else { set user_id [ad_conn user_id] set elements { Index: openacs-4/packages/notifications/www/subscribers.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/subscribers.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/notifications/www/subscribers.tcl 26 May 2007 10:44:07 -0000 1.1 +++ openacs-4/packages/notifications/www/subscribers.tcl 12 Jan 2008 18:26:34 -0000 1.2 @@ -43,7 +43,7 @@ and nr.dynamic_p = 'f' order by lower(p.last_name), lower(p.first_names) } { - set subscriber_name [contact::name -party_id $user_id] + set subscriber_name [person::name -person_id $user_id] if { [string is true $package_admin_p] } { set subscriber_url [export_vars -base "manage" -url {user_id}] } else {