From 58a7c67ac131ccfecda6c3999f720122a6f0daa8 Mon Sep 17 00:00:00 2001
From: silvio <silvio@gota.(none)>
Date: Wed, 28 Oct 2009 15:10:31 -0200
Subject: Minor bugfix

---
 .gitignore         | 2 ++
 gmap_arcgis.module | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..18069b0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.svn
+*swp
diff --git a/gmap_arcgis.module b/gmap_arcgis.module
index 76e2e80..31fa29d 100644
--- a/gmap_arcgis.module
+++ b/gmap_arcgis.module
@@ -12,7 +12,7 @@
 /**
  * Implementation of hook_install().
  */
-function gmap_install() {
+function gmap_arcgis_install() {
   /**
    * We need to make sure that this module be the last one
    * in the hook execution order.
-- 
cgit v1.2.3