? .svn ? curl.patch Index: yahoo_terms.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/yahoo_terms/yahoo_terms.module,v retrieving revision 1.1.4.6 diff -u -r1.1.4.6 yahoo_terms.module --- yahoo_terms.module 25 Jun 2007 10:35:31 -0000 1.1.4.6 +++ yahoo_terms.module 29 Aug 2007 20:41:29 -0000 @@ -173,6 +173,10 @@ * The settings form */ function yahoo_terms_admin_settings() { + if (!function_exists('curl_init')) { + drupal_set_message(t("curl must be installed for the yahoo terms extractor to work"), 'error'); + } + $form['yahoo_terms_appid'] = array( '#title' => t('Yahoo Application ID'), '#description' => t('An Application ID is a string that uniquely identifies your application.