--- googleanalytics.module Wed Apr 1 11:10:36 2009 +++ googleanalytics.module Sun May 31 02:21:19 2009 @@ -244,7 +244,7 @@ file_delete(file_directory_path() .'/googleanalytics/ga.js'); // Clear aggregated JS files. - if (variable_get('preprocess_js', 0)) { + if (variable_get('googleanalytics_cache', 0) && variable_get('preprocess_js', 0)) { drupal_clear_js_cache(); }