aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--gmap_arcgis.module2
2 files changed, 3 insertions, 1 deletions
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.