|
The method of integrating with the CiviCRM APIs has changed significantly in CiviCRM 2. Until you accomodate for these changes your existing scripts will fail with errors like "Fatal Error: Call to undefined function crm_contact_search() ...". Initializing CiviCRMYou now must explicitly require the files which contain the API function that you are using (note that some files are found in api/v2/ and others in api/): New function namesNew function names are in the form |
Changes in CiviCRM 2
Labels
