Index: ConstantContact.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/constant_contact/ConstantContact.php,v retrieving revision 1.1 diff -u -p -r1.1 ConstantContact.php --- ConstantContact.php 28 Jan 2008 19:51:04 -0000 1.1 +++ ConstantContact.php 13 Mar 2008 05:54:42 -0000 @@ -196,6 +196,10 @@ class ConstantContact { exit("fopen function does not exist"); endif; + if(!ini_get('allow_url_fopen')): + @ini_set('allow_url_fopen', '1'); + endif; + if(!ini_get('allow_url_fopen')): exit("allow_url_fopen is not enabled in your php config file"); endif; @@ -221,4 +225,4 @@ class ConstantContact { // ENDOF class } -?> \ No newline at end of file +?>