Index: aggregator2.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/aggregator2/aggregator2.module,v retrieving revision 1.35 diff -r1.35 aggregator2.module 1026a1027 > ob_start(); 1033a1035,1041 > ob_end_clean(); > if (headers_sent()) { > echo "Unexpected error: headers already sent during processing. >
Please click this to continue: " . > l('aggregator2 admin','admin/aggregator2'); > exit; > } 1457c1465 < flush(); --- > ob_clean(); 2046c2054 < flush(); --- > ob_clean(); 2079c2087 < flush(); --- > ob_clean();