These are the functions we were using pre-2.0.
* crm_contact_search() - becomes
civicrm_contact_search() * crm_create_location() - becomes
civicrm_location_add() * crm_create_note() - still available in 2.0, documented as deprecated, no replacement available yet?
* crm_fetch_contact() - removed from 1.9 - see
civicrm_contact_get() * crm_get_contact() - see
civicrm_contact_get() * crm_get_contacts() - removed from 1.9 - see
civicrm_contact_search() * crm_get_contact_memberships() - still in 2.0, documented as deprecated, no replacement yet?
* crm_get_groups() - becomes
civicrm_groups_get() * crm_get_locations() - becomes
civicrm_location_get() * crm_get_note() - still available in 2.0, documented as deprecated, no replacement yet
* crm_get_option_values() - see internal function CRM_Core_OptionGroup::valuesByID()
* crm_get_relationship_types() - still available in 2.0
* crm_get_tag() - still available in 2.0, documented as deprecated, no replacement yet?
* crm_update_contact() - becomes
civicrm_contact_add() * crm_update_location() - becomes
civicrm_location_update()These are the ones for which I can't see replacements documented in the Wiki at the moment, and which have been removed from 2.0.
* crm_create_custom_field() - ?
* crm_create_custom_group() - ?
* crm_create_custom_value() - ?
* crm_get_custom_field() - ?
* crm_get_custom_group() - ?
* crm_get_custom_value() - ?
*
crm_uf_edit_match() -
this is a custom function we had added *
crm_uf_get_match_id() -
remains in 2.0 *
crm_uf_get_uf_id() -
remains in 2.0