diff --git a/countryban.install b/countryban.install
index 6c61e6b..e452c92 100644
--- a/countryban.install
+++ b/countryban.install
@@ -6,9 +6,9 @@
  */
 
  function countryban_update_1() {
-   return update_sql("DROP TABLE {countryban_iptocountry}");
- } 
- 
+   return array(update_sql("DROP TABLE {countryban_iptocountry}"));
+ }
+
  /**
  * Implementation of hook_uninstall().
  */
