Index: openacs-4/packages/contacts/lib/werbemailing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/werbemailing.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/contacts/lib/werbemailing.tcl 8 Nov 2006 18:36:11 -0000 1.3 +++ openacs-4/packages/contacts/lib/werbemailing.tcl 13 Dec 2006 13:17:52 -0000 1.4 @@ -105,7 +105,7 @@ # Retrieve information about the creation user so it can be used in the template # First check if there is an account manager - set account_manager_id [contacts::util::get_account_manager -organization_id $organization_id] + set account_manager_id [contact::util::get_account_manager -organization_id $organization_id] if {[string eq "" $account_manager_id]} { set user_id [ad_conn user_id] } else {