diff -Naur download_count/download_count_statistics.install download_count.fix-uninstall/download_count_statistics.install
--- download_count/download_count_statistics.install 2011-06-29 13:55:30.000000000 -0700
+++ download_count.fix-uninstall/download_count_statistics.install 2011-07-12 11:07:54.000000000 -0700
@@ -50,7 +50,7 @@
* Implementation of hook_uninstall().
*/
function download_count_statistics_uninstall() {
- drupal_uninstall_schema('download_count_statistics_day');
+ drupal_uninstall_schema('download_count_statistics');
variable_del('download_count_statistics_last_processed');
variable_del('download_count_statistics_daily');
variable_del('download_count_statistics_daily_limit');

Comments

WorldFallz’s picture

Status: Active » Fixed

Thanks for catching this and the fix. Committed to the current dev branch.

http://drupalcode.org/project/download_count.git/commit/0706eb1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.