Index: openacs-4/packages/contacts/lib/fax.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/fax.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/contacts/lib/fax.tcl 22 Aug 2006 16:27:12 -0000 1.3 +++ openacs-4/packages/contacts/lib/fax.tcl 13 Dec 2006 13:17:52 -0000 1.4 @@ -159,7 +159,7 @@ # Retrieve information about the creation user so it can be used in the template # First check if there is an account manager if {[string eq $account_manager_p "t"]} { - 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] } else { set account_manager_id "" }