--- contrib/fusioncharts_webform/fusioncharts_webform.module	2008-12-16 08:33:43.000000000 +0100
+++ contrib/fusioncharts_webform/fusioncharts_webform.module	2010-06-01 12:02:57.000000000 +0200
@@ -22,9 +22,7 @@ function fusioncharts_webform_menu(){
  * Create a table containing all submitted values for a webform node.
  */
 function webform_results_chart($node) {
-  include_once(drupal_get_path('module', 'webform') .'/webform_submissions.inc');
-  // Load Components.
-  webform_load_components();
+  include_once(drupal_get_path('module', 'webform') .'/includes/webform.submissions.inc');
 
   // Get all the submissions for the node.
   $submissions = webform_get_submissions($node->nid, $header);
